Charles Lyding 23fc8e1e17 fix(@schematics/angular): generate components without a .component extension/type
To align with the updated style guide, Angular v20 will generate components
without a `.component` file extension type for all component related
files by default. Projects will automatically use this naming convention.
Projects can however opt-out by setting the `type` option to `Component`
for the component schematic. This can be done as a default in the `angular.json`
or directly on the commandline via `--type=Component` when executing `ng generate`.
As an example, `app.component.css` will now be named `app.css`. Additionally,
the TypeScript class name will be `App` instead of the previous `AppComponent`.
2025-03-14 11:27:43 -07:00
..
2021-04-28 16:05:49 -07:00

/packages Folder

This folder is the root of all defined packages in this repository.

Packages that are marked as private: true will not be published to NPM.

This folder includes a directory for every scope in NPM, without the @ sign. Then one folder per package, which contains the package.json.