8.0.1-alpha11 • Published 5 years ago
@restomax-wv8/ng-shared v8.0.1-alpha11
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