0.2.6 • Published 5 years ago
mat-timepicker-hi v0.2.6
mat-timepicker-hi is an easy library with timepicker. Fully wrote with TypeScript. This library is based on Angular Material.
Getting started
npm install --save mat-timepicker-hi
Setup
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { MatTimepickerModule, } from 'mat-timepicker'
import { AppComponent } from './app.component';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
MatTimepickerModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
Using the component
<mat-timepicker [(time)]="initTime"></mat-timepicker>
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
initTime = '11:57';
}
License
MIT
Author
Hasan Ibishi
0.2.6
5 years ago
0.2.5
5 years ago
0.2.4
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.2.3
5 years ago
0.2.2
5 years ago
0.1.6
5 years ago
0.1.5
5 years ago
0.1.0
5 years ago
0.1.2
5 years ago
0.1.1
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
0.0.4
5 years ago
0.0.3
5 years ago
0.0.2
5 years ago
0.0.1
5 years ago