4.0.1 • Published 5 years ago

@ajeetthakur/qa-qore v4.0.1

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

QaQore

This library was generated with Angular CLI version 8.2.0.

Install library

npm i @ajeetthakur/qa-qore

Add in project

Add QaQoreModule and other depedencies,required in app.module.ts

import { QaQoreModule , translateLoaderProvider } from '@ajeetthakur/qa-qore';

imports: ToasterModule.forRoot(), RouterModule.forRoot(appRoutes, { useHash: false, preloadingStrategy: PreloadAllModules }), TranslateModule.forRoot({ loader: translateLoaderProvider }), QaQoreModule, ,

Further help

@ajeetthakur/qa-qore is having dependency on packages;

  1. "angular2-toaster": "^8.0.0"
  2. "bootstrap": "^4.3.1"
  3. "font-awesome":"^4.7.0"
  4. @ng-bootstrap/ng-bootstrap": "^5.1.0
  5. "@ngx-translate/core": "^11.0.1"

All these packages required dependencies will be downloaded automatically when user run npm i @ajeetthakur/qa-qore. After npm i @ajeetthakur/qa-qore is insalled user need to add the css related to angular2-toaster,font-awesome and bootstrap in angular.json file as; "styles": "node_modules/bootstrap/dist/css/bootstrap.css", "node_modules/font-awesome/css/font-awesome.css", "node_modules/angular2-toaster/toaster.css",

More

To know more about the package, go through the details on; https://www.npmjs.com/package/@ajeetthakur/qa-qore

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.