@capsule9/design
v0.0.9
Published
Capsule9 - design
Readme
Capsule9 - Auth
Capsule9 is work in progress Angular 5 UI/UX library that provide all kinds of goodies for building web applications. It is powered with Bulma css framework to provide rich styles with flex box.
Getting Started
1. Installation
Run the following command on your terminal to add dependencies in
package.json.
npm install --save @capsule9/design2. Import module
In order to use Capsule9 Design on your Angular5+ project, you must import the module in app.module.ts.
src/app.module.ts
import ...
import { DesignModule } from '@capsule9/design';
@NgModule({
declarations: [
AppComponent,
],
imports: [
DesignModule
],
bootstrap: [AppComponent]
})
export class AppModule {}Technologies Used
- Angular 5 Angular5 JavaScript Client-Side MVC Framework (bundles Typescript and RxJS)
- Bulma CSS framework to provide rich styles with flex box.
- Yeoman Generator Angular 5 Library Generator
- Redux predictable state container for JavaScript apps
- Redux Observables RxJS 5-based middleware for Redux.
- Jasmine Behavior-driven development framework for unit testing JavaScript code.
- JWT JSON webtoken for authentication.
