pec-quiz-builder
v0.1.9
Published
This library provides a quiz builder that creates form templates
Downloads
5
Readme
Pec Quiz Builder
This library was generated with Angular CLI version 11.0.9.
About
This library provides a quiz builder that creates form templates.
Installation
Run npm i [email protected]
to install the library.
Note: Your application must provide some dependecies for this lib.
Peer Dependencies
Resource needed are listed bellow:
- @angular/common: ^11.0.9
- @angular/core: ^11.0.9
- @angular/material: ^11.2.13
- @angular/flex-layout: ^11.0.0-beta.33
- ngx-toastr: ^13.2.1
- ngx-logger: ^4.2.1
- uuid: ^8.3.2
Using the Library
Just import the library module in your app.module.ts
or in whatever other module and
create a route for the QuizBuildeComponent
in your routing file app-routing.module.ts
Example:
const routes: Routes = [ { path: 'quiz-builder', component: QuizBuilderComponent } ];
Styling
Importing Pec Quiz Build Library Styles
- There are a few styles for the library so far (it can be expanded).
You can import the style css file including this path on
angular.json
file:"styles": [ "./node_modules/pec-quiz-builder/src/lib/assets/style.scss" ]