support angular4+
npm install ng-tools-uiA bootstrap4.0 UI for angular 6.0
example usage :https://www.cool1024.com/ng
!preview
```
npm install ng-tools-ui --save
`
npm install bootstrap --save
npm install font-awesome --save
`
If you're using the Angular CLI, you can add this to your styles.css:
`css`
@import "~bootstrap/dist/css/bootstrap.min.css";
@import "~ng-tools-ui/dist/src/css/tools-ui.css";
@import "~font-awesome/css/font-awesome.min.css";
or add the follow code in your angular.json file.
`json
...
"styles": [
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
"../node_modules/ng-tools-ui/dist/css/tools-ui.css",
"../node_modules/font-awesome/css/font-awesome.min.css",
"styles.css"
],
...
`
import ButtonModule in your module.
`typescript
import { ButtonModule } from 'ng-tools-ui';
@NgModule({
imports: [..., ButtonModule ],
...
})
export class MyModule { }
`
1. Bootstrap4.1.*
2. FontAwsome4
3. Angular v6
1. This project will not be updated!!!
2. The next version is ng-tui, a ng-tool-ui pro` version.