Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 302 Bytes

LESSON_8.md

File metadata and controls

13 lines (10 loc) · 302 Bytes

Externe Library hinzufühgen

yarn add amazing-time-picker
yarn add momentjs
yarn add moment-timezone

Komponenen Modul in shared.module.ts hinzufügen

import { AmazingTimePickerModule } from 'amazing-time-picker';
mports: [
    ....
    AmazingTimePickerModule
],