0.1.9 • Published 3 years ago

pec-quiz-builder v0.1.9

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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 pec-quiz-builder@0.0.6 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"

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago