fast-date-typing
TypeScript icon, indicating that this package has built-in type declarations

0.2.19 • Public • Published

Download and install package

npm i fast-date-typing

Import

import { FastDateTyping } from 'fast-date-typing';

How to use

import { Component } from '@angular/core';

@Component({
  selector: 'app-root',
  template: `
    <fast-date-typing [(value)]="date" [separator]="'-'" [disabled]="fieldDisabled"></fast-date-typing>
  `
})
export class AppComponent {
  stringDate = '2023-01-01';
  fieldDisabled = false;
}

How it works

day flowchart

day flowchart picture

month flowchart

month flowchart picture

year flowchart

year flowchart picture

Readme

Keywords

Package Sidebar

Install

npm i fast-date-typing

Weekly Downloads

0

Version

0.2.19

License

MIT

Unpacked Size

110 kB

Total Files

12

Last publish

Collaborators

  • mrshayan