Generate code for @ajsf/material
mainUse the Angular CLI to scaffold new components, directives, pipes, or other entities specifically within the @ajsf/material project. You must include the --project @ajsf/material flag to ensure the files are generated in the correct project scope.
# Generate a component
ng generate component component-name --project @ajsf/material
# Generate other entities
ng generate directive|pipe|service|class|guard|interface|enum|module --project @ajsf/material