Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 462 Bytes

File metadata and controls

11 lines (9 loc) · 462 Bytes

Directive

  • It is used as functionality enhancement.

  • Created a shared module to utilized in the project.

  • The following directive are:-

     -Safe: Angular safe pipe implementation to bypass DomSanitizer stripping out content.
     -Number: To allow the number only.
     -Float: To allow the float only.
     -Character: To allow the character only.
     -Alpha-Numeric: To allow the character and number.