0.0.84 • Published 7 years ago

blv-frw v0.0.84

Weekly downloads
46
License
-
Repository
-
Last release
7 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

7 years ago

0.0.83

7 years ago

0.0.82

7 years ago

0.0.81

7 years ago

0.0.80

7 years ago

0.0.75

7 years ago

0.0.74

7 years ago

0.0.73

7 years ago

0.0.72

7 years ago

0.0.71

7 years ago

0.0.70

7 years ago

0.0.69

7 years ago

0.0.59

7 years ago

0.0.58

7 years ago

0.0.54

7 years ago

0.0.35

7 years ago

0.0.33

7 years ago

0.0.32

7 years ago

0.0.31

7 years ago

0.0.26

7 years ago

0.0.25

7 years ago

0.0.24

7 years ago

0.0.23

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago