0.0.4 • Published 7 years ago

@eyedouble/eye-elements v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

eye-elements

Custom elements library for Angular4, often implementing or at least inspired on Material Design

Elements

Usage

npm install eye-elements

import { EyeElements } from '@eyedouble/eye-elements';

Then add EyeElements in your module declaration imports.

@NgModule( { .., imports: [ .., EyeElementsModule ] } )