0.0.84 • Published 6 years ago

blv-frw v0.0.84

Weekly downloads
46
License
-
Repository
-
Last release
6 years ago

blv-frw

This project was generated with Angular CLI version 1.7.4.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Generate Library

1. Check by comment all Routing in AppComponent
2. run npm build:lib
3. Copy folder src/assets to dist/
4. Publish library npm publish dist

Using Library

1. install necessary libraries

npm install bootstrap --save && npm install --save @ng-bootstrap/ng-bootstrap && npm install --save blv-frw && npm install font-awesome --save && npm install --save ng-sidebar && npm install jquery --save && npm install --save ng2-dragula && npm install --save amcharts3 && npm install --save @amcharts/amcharts3-angular

2. Import by AppComponent
  • NgbModule.forRoot()
  • FrwModule
3. Configure imports in angular-cli.json
  • add in styles [ ... ]

      "node_modules/bootstrap/dist/css/bootstrap.min.css",
      "node_modules/font-awesome/css/font-awesome.css",
      "node_modules/blv-frw/assets/scss/styles.scss",
      "node_modules/amcharts3/amcharts/plugins/export/export.css",
      "node_modules/dragula/dist/dragula.css",
      "src/styles.scss"
  • add in scripts [ ... ]

     "node_modules/jquery/dist/jquery.min.js",
     "node_modules/amcharts3/amcharts/amcharts.js",
     "node_modules/amcharts3/amcharts/serial.js",
     "node_modules/amcharts3/amcharts/themes/light.js"
  • add in assets [ ... ]

      {
        "glob": "**/*",
        "input": "../node_modules/blv-frw/assets/",
        "output": "./assets/"
      }
0.0.84

6 years ago

0.0.83

6 years ago

0.0.82

6 years ago

0.0.81

6 years ago

0.0.80

6 years ago

0.0.75

6 years ago

0.0.74

6 years ago

0.0.73

6 years ago

0.0.72

6 years ago

0.0.71

6 years ago

0.0.70

6 years ago

0.0.69

6 years ago

0.0.59

6 years ago

0.0.58

6 years ago

0.0.54

6 years ago

0.0.35

6 years ago

0.0.33

6 years ago

0.0.32

6 years ago

0.0.31

6 years ago

0.0.26

6 years ago

0.0.25

6 years ago

0.0.24

6 years ago

0.0.23

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago