Skip to content

GeographicaGS/Latitude

Repository files navigation

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/" },
]

About

Geographica UI Toolkit for Angular

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published