0.0.8 • Published 5 years ago

headermxcheung v0.0.8

Weekly downloads
24
License
-
Repository
-
Last release
5 years ago

Headermxcheung

This library was generated with Angular CLI version 7.2.0.

Interface

Header component displays HeaderDetails.caption. HeaderDetails.menuItems.

` export interface HeaderDetails { id?: number; caption: string; menuItems?: MenuItem[]; name?: string; type?: string; language?: string; status?: string; runtime?: number; premiered?: string; officialSite?: any; weight?: number; webChannel?: any; summary?: string; updated?: number; }

export interface MenuItem { name?: string; href?: string; } `

Code scaffolding

Run ng generate component component-name --project headermxcheung to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project headermxcheung.

Note: Don't forget to add --project headermxcheung or else it will be added to the default project in your angular.json file.

Build

Run ng build headermxcheung to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build headermxcheung, go to the dist folder cd dist/headermxcheung and run npm publish.

Running unit tests

Run ng test headermxcheung to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago