Create Angular Directive to Display Numbers with 2 Decimal Places
Create an Angular directive known as
TwoDigitDecimalDirective
You can create it manually or using the ng generate directive directive_name or ng g d directive_name command.
If you create the directive manually, you will have to import/inject the dir...
drukpadev.hashnode.dev1 min read