8.0.1-beta.33 • Published 4 years ago

@restomax-wv8/ng-core v8.0.1-beta.33

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

Restomax WV8 Ng Core

  • Export all enums conversion functions and pipes (auto generated from ssot).

    /src/enums-pipes is auto generated by codegen ! do not touch. And are reexported in r8-models-pipes

  • Export all shared directives, pipes, ...

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

NG Generate

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

and then

  • add to public-api
  • verify module imports / exports

Build, Publish to npm.js

npm run codegen
ng build ng-weborder --prod
cd ../../dist/ng-core 
npm publish --access=public

or just

npm run make

test npmjs user with npm whoami

8.0.1-beta.34

4 years ago

8.0.1-beta.33

4 years ago

8.0.1-beta.9

4 years ago

8.0.1-beta.6

4 years ago

8.0.1-beta.5

4 years ago

8.0.1-beta.4

4 years ago

8.0.1-beta.3

4 years ago

8.0.1-beta.2

4 years ago

8.0.1-alpha.24

4 years ago

8.0.1-alpha.23

4 years ago

8.0.1-beta.1

4 years ago

8.0.1-alpha22

4 years ago

8.0.1-alpha10

4 years ago