Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 689 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 689 Bytes

Latitude

Angular 4 components - npm package

Develop

Develop your components inside "src" folder

Build

This comand will compile the package, generate the bundles etc and place them in the "dist" folder

npm run build

Congratulations! Your library is available in dist folder ready to be published to npm.

Publish

cd /dist
npm publish

Usage

Install the package

npm install @geographica/latitude

Assets

Merge latitude assets folder with your projects assets, modify your angular-cli.json file like bellow

"assets": [
  { "glob": "**/*", "input": "../node_modules/@geographica/latitude/assets/", "output": "./assets/" },
]