20.10.6 • Published 4 years ago

@fourjs/ng-library v20.10.6

Weekly downloads
39
License
-
Repository
-
Last release
4 years ago

UI Library

Website npm Build Status Codacy Badge Codacy Badge Status StackShare GitHub license GitHub pull requests

Getting started:

Install library

npm i @fourjs/ng-library --save Note: Install peer dependencies. npm install primeng@9.1 @angular/cdk@9.2 --save

Import NgLibrary into @NgModule Also import dependent modules

  • BrowserAnimationsModule
  • HttpClientModule
  • FormsModule
import { NgLibrary } from '@fourjs/ng-library';

@NgModule({
  declarations: [DemoWrapperComponent],
  imports: [
    NgLibrary,
    BrowserAnimationsModule,
    HttpClientModule,
    FormsModule,
    // other modules imports
    ...
  ]
  ...
})

Add "node_modules/@fourjs/ng-library/styles.css" into of angular.json

{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "version": 1,
  "newProjectRoot": "projects",
  "projects": {
    "project-name": {
      "projectType": "application",
      "sourceRoot": "src",
      "prefix": "app",
      "architect": {
        "build": {
          "builder": "@angular-devkit/build-angular:browser",
          "options": {
            ...
            "styles": [
              "src/styles.scss",
              "node_modules/@fourjs/ng-library/styles.css"
            ],
            "scripts": []
          },
          "configurations": {
           ...
          }
        },
        ...
      }
    }},
  "defaultProject": "project-name"
}

For API Documentation refer https://nimjetushar.github.io/ui-lib/

License

GitHub license

20.10.6

4 years ago

20.7.30

4 years ago

20.8.9

4 years ago

20.8.6

4 years ago

20.7.24

4 years ago

20.7.13

4 years ago

20.6.21

4 years ago

20.4.14

4 years ago

20.4.13

4 years ago

20.4.12

4 years ago

20.2.20

4 years ago

20.2.19

4 years ago

20.2.9

4 years ago

20.2.8

4 years ago

20.2.7

4 years ago

20.1.31

4 years ago

20.1.30

4 years ago

20.1.29

4 years ago

20.1.28

4 years ago