Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions code/frameworks/angular/src/client/decorators.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { DecoratorFunction, StoryContext } from 'storybook/internal/types';

import type { Type } from '@angular/core';
import type { ApplicationConfig } from '@angular/platform-browser';
import type { ApplicationConfig, Type } from '@angular/core';

import { computesTemplateFromComponent } from './angular-beta/ComputesTemplateFromComponent';
import { isComponent } from './angular-beta/utils/NgComponentAnalyzer';
Expand Down
3 changes: 1 addition & 2 deletions code/frameworks/angular/src/client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import type {
WebRenderer,
} from 'storybook/internal/types';

import type { Provider } from '@angular/core';
import type { ApplicationConfig } from '@angular/platform-browser';
import type { ApplicationConfig, Provider } from '@angular/core';

export interface NgModuleMetadata {
/** List of components, directives, and pipes that belong to your component. */
Expand Down