pure-elements
v2.0.11
Published
Angular components library
Downloads
7
Readme
Pure Elements
Pure is a set of Angular components made to increase the speed of front end development. Pure doesn't contain CSS styles because it was designed with a concept of separation of functionality and element's look, providing more flexibility than libraries that have styles integrated to components code. Components also allow you to configure as much as possible, therefore you can use them for wider amount of projects.
Getting Started
Installation
- Install Pure via Npm:
npm i pure-elements --save
. - Add Pure's main module to your app:
import { PureElements } from 'pure-elements';
@NgModule({
…
imports: [ PureElements ]
…
}]
Enjoy!