0.0.21 • Published 4 years ago

system-navigator2 v0.0.21

Weekly downloads
84
License
-
Repository
-
Last release
4 years ago

SystemNavigator

This library was generated with Angular CLI version 10.1.5.

Code scaffolding

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

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

Build

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

Publishing

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

Running unit tests

Run ng test system-navigator 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.

Usage

  1. Import SystemNavigatorModule in the the module of the component you'd like to use this library

    ...
    import { SystemNavigatorModule } from 'system-navigator';
    
    @NgModule({
      declarations: [
        ...
      ],
      exports: [
        ...
        SystemNavigatorModule,
      ],
      providers: [
        HtmlClassService,
      ],
      imports: [
        ...
        SystemNavigatorModule,
      ]
    })
    export class ThemeModule {
    }
  2. Add <lib-system-navigator></lib-system-navigator> to where you want to use it

0.0.21

4 years ago

0.0.20

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago