Core
This project was generated with Angular CLI version 1.5.0.
How to use?
- Install this project using the command
npm install git+ssh://git@git.senior.com.br:gestao-pessoas/payroll-frontend-core.git
; - Import the modules you want to use at the app.module of your project from the directory
payroll-core
as exempleimport {TranslateG7Module} from 'payroll-core'
; - It's necessary to include the following lines in the file
tsconfig.json
:"include": [ "src/**/*", "node_modules/payroll-core/public_api.ts" ]
Important: to update the payroll-core
in your project you must to use the command npm install -f payroll-core