8.0.1-alpha11 • Published 5 years ago

@restomax-wv8/ng-shared v8.0.1-alpha11

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

NgShared

Export all shared directives, pipes, ...

always use angular cli to generate library,app,...
read fknop

ng g module src/shared-tools --flat --dry-run
ng g directive src/directives/nav-back --skipTests --dry-run 
ng g directive src/directives/shell-no-render --skipTests --dry-run 
ng g directive src/directives/shell-render --skipTests --dry-run 
ng g directive src/directives/highlight --skipTests --dry-run 
ng g pipe src/pipes/pascal-case --skipTests --dry-run 
ng g pipe src/pipes/camel-case --skipTests --dry-run 
ng g pipe src/pipes/article-price --skipTests --dry-run 

pipes

  • pascal-case
  • camel-case
  • article-price

directives

  • nav-back
  • shell-render/shell-no-render
8.0.1-alpha11

5 years ago

8.0.1-alpha10

5 years ago

8.0.1-alpha8

5 years ago

8.0.1-alpha7

5 years ago