You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set up a new angular project with rules to automatically format your code with eslint and prettier via pre-commit hooks, for them you will need to install and run an angular schematics command in your cli.
Have you ever realized that you often repeat the same patterns across multiple files? Creating schematics that override well-known Angular schematics, designing them based on project needs will enhance your development and reduce time spent on generating files. This repository contains an example created for the purpose of this article https://i…