0.0.1 • Published 4 years ago

@sueldosrh/layout-pages v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Layout pages

Installation

Install via NPM:

npm i @sueldosrh/layout-pages

Usage

TypeScript

import {LayoutPagesModule} from '@sueldosrh/layout-pages';

@NgModule({
	imports: [
		LayoutPagesModule
	]
})
<my-layout-pages>
    <div row1></div>
    <div row2></div>
    <div body></div>
</my-layout-pages>

####Directive

Row1

Captures the template of row1.

Selector: row1

Row2

Captures the template of row2.

Selector: row2

Body

Captures the template of body.

Selector: body

Row 1

@Input()
row1: boolean
defaultStatus: false

Row 2

@Input()
row2: boolean
defaultStatus: false

Tittle

@Input()
tittle: string

License

This project is licensed under the terms of the MIT license.