ng-tools-ui
TypeScript icon, indicating that this package has built-in type declarations

1.6.1 • Public • Published

ng-tools-ui

A bootstrap4.0 UI for angular 6.0

example

example usage :https://www.cool1024.com/ng
preview

Install

To use ng-tools-ui in your project install it via npm:

npm install ng-tools-ui --save

Include bootstrap4.0 css , tools-ui.css and font-awesome

npm install bootstrap --save

npm install font-awesome --save

If you're using the Angular CLI, you can add this to your styles.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.

...

"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"
      ],
...

Usage

import ButtonModule in your module.

import { ButtonModule } from 'ng-tools-ui';

@NgModule({
    imports: [..., ButtonModule ],
    ...
})
export class MyModule { }

Feature

  1. Bootstrap4.1.*
  2. FontAwsome4
  3. Angular v6

Warning

  1. This project will not be updated!!!
  2. The next version is ng-tui, a ng-tool-ui pro version.

Readme

Keywords

Package Sidebar

Install

npm i ng-tools-ui

Weekly Downloads

1

Version

1.6.1

License

ISC

Unpacked Size

1.26 MB

Total Files

795

Last publish

Collaborators

  • www.cool1024.com