0.2.8 • Published 4 years ago

foo-lib-sinossi v0.2.8

Weekly downloads
76
License
UNLICENSED
Repository
-
Last release
4 years ago

FooLib

Example library made for testing purposes only, inside there are two components (button and grid). Feel free to download and edit it for your purposes.

Dummy step

####1) npm i foo-lib-sinossi ####2) Import library on app.module.ts

import { FooLibModule } from "foo-lib-sinossi";
@NgModule({
	declarations: [],
	imports: [
	...
        FooLibModule,
	]
})

####3) Use component
######Component Grid: the grid component expects as input a list composed of an array of objects.

someData = [
   {
     position: 1,
     name: 'Hydrogen',
     weight: 1.0079,
     symbol: 'H',
     description: `Some Description`
   }
]
<foo-button></foo-button>
<foo-grid [elList]="someData"></foo-grid>
0.2.7

4 years ago

0.2.8

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.1

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago