Material design for AngularJS
-
Updated
Feb 9, 2022 - JavaScript
Released in 2016, Angular is a rewrite of AngularJS. It focuses on good mobile development, modularity, and improved dependency injection. Angular is designed to comprehensively address a developer's web application workflow.
Created by Google
Released September 14, 2016
Latest release 7 days ago
Describe the bug
Currently some enum classes are in SCREAMING_SNAKE_CASE, which is wrong naming style, correct one is PascalCase for the enum name and then UPPERCASE for the Keys, because we want to be consistent throughout the codebase according to coding style guide.
Instructions: