8.0.6 • Published 7 years ago

optum-global-navigator-ui-30 v8.0.6

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

angular2-global-navigator

How to include external css files such as bootstrap.css ?

Just install the lib and import the css files in vendor.ts. For example this is how to do it with bootstrap:

npm install bootstrap@next --save

And in vendor.ts add the following:

import 'bootstrap/dist/css/bootstrap.css';

TypeScript

To take full advantage of TypeScript with autocomplete you would have to use an editor with the correct TypeScript plugins.

Use a TypeScript-aware editor

We have good experience using these editors:

License

MIT