@sg-home/termostat
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Header Module

Termostat Component is a heating management UI component for smart home projects in Angular.

Installation

To install Termostat Component:

$ npm set registry https://registry.npmjs.org/
$ npm install @sg-home/termostat -s

Just import it to your project of @NgModule import section.

@NgModule({
 imports: [CommonModule, TesmostatModule],
})
export class AppModule {
}

app.component.html

<sg-home-termostat
 [minTemp]="15"
 [maxTemp]="75"
 [currentTemp]="24" 
>
</sg-home-termostat>

Package Sidebar

Install

npm i @sg-home/termostat

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

63.4 kB

Total Files

14

Last publish

Collaborators

  • serhangurbuz