Skip to content

Commit

Permalink
feat: angular 11
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Apr 13, 2021
1 parent 46ca4ce commit 7a560d6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions packages/ui/README.md
Expand Up @@ -25,10 +25,7 @@ npm install @ec.components/ui --save
import { UiModule } from '@ec.components/ui';

@NgModule({
imports: [
UiModule
]
imports: [UiModule],
})
export class AppModule {
}
```
export class AppModule {}
```

0 comments on commit 7a560d6

Please sign in to comment.