Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@restomax-wv8/ng-core

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@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

  • 8.0.1-beta.33
  • latest
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

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

Keywords

FAQs

Package last updated on 01 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc