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 2f15805 commit 26d7f44
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions packages/calendar/README.md
Expand Up @@ -21,16 +21,13 @@ npm install @ec.components/calendar --save
import { CalendarModule } from '@ec.components/calendar';

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

### 3. Use it

```html
<ec-calendar [(ngModel)]="html" mode="html"></ec-calendar>
```
<ec-calendar [(ngModel)]="html" mode="html"></ec-calendar>
```

0 comments on commit 26d7f44

Please sign in to comment.