0.0.2 • Published 4 years ago

@sueldosrh/loading-page v0.0.2

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

Loading Pages

Installation

Install via NPM:

npm i @sueldosrh/loading-page

Usage

TypeScript

import {LoadingPageModule} from '@sueldosrh/loading-page';

@NgModule({
	imports: [
		LoadingPageModule
	]
})
<my-loading-page></my-loading-page>

####Service

LoadingPageService

Define la visivilidad del componente

loadingPage(state: boolean);

License

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