0.0.84 • Published 6 years ago

ng-department v0.0.84

Weekly downloads
285
License
-
Repository
-
Last release
6 years ago

How to generate project

Install/upgrade angular-cli

npm uninstall -g angular-cli
npm cache clean or npm cache verify (if npm > 5)

npm install -g @angular/cli@latest

Init an angular project using angular-cli

ng new ng-organization
	- no routing

Generate angular library

cd ng-organization
ng generate library ng-department

Build the library

ng build ng-department

Generate config

ng generate class model/DepartmentConfig --project=ng-department

Publish to npmjs.com

ng build ng-department

npm login
	- razvansimion
	- Passw0rd0139!
	- simionrazvan@gmail.com

cd .\dist\ng-department\
npm publish	

NgDepartment

This library was generated with Angular CLI version 8.0.1.

Code scaffolding

Run ng generate component component-name --project ng-department to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project ng-department.

Note: Don't forget to add --project ng-department or else it will be added to the default project in your angular.json file.

Build

Run ng build ng-department to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build ng-department, go to the dist folder cd dist/ng-department and run npm publish.

Running unit tests

Run ng test ng-department to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

0.0.84

6 years ago

0.0.83

6 years ago

0.0.79

6 years ago

0.0.78

6 years ago

0.0.77

6 years ago

0.0.76

6 years ago

0.0.75

6 years ago

0.0.74

6 years ago

0.0.73

6 years ago

0.0.72

6 years ago

0.0.71

6 years ago

0.0.70

6 years ago

0.0.69

6 years ago

0.0.68

6 years ago

0.0.67

6 years ago

0.0.66

6 years ago

0.0.65

6 years ago

0.0.64

6 years ago

0.0.63

6 years ago

0.0.62

6 years ago

0.0.61

6 years ago

0.0.60

6 years ago

0.0.59

6 years ago

0.0.58

6 years ago

0.0.57

6 years ago

0.0.56

6 years ago

0.0.55

6 years ago

0.0.54

6 years ago

0.0.53

6 years ago

0.0.52

6 years ago

0.0.51

6 years ago

0.0.50

6 years ago

0.0.42

6 years ago

0.0.41

6 years ago

0.0.40

6 years ago

0.0.39

6 years ago

0.0.38

6 years ago

0.0.37

6 years ago

0.0.36

6 years ago

0.0.35

6 years ago

0.0.34

6 years ago

0.0.33

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.27

6 years ago

0.0.26

6 years ago

0.0.25

6 years ago

0.0.24

6 years ago

0.0.23

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago