playwright/tests/components/ct-angular
Younes Jaaidi cc7e9b8046
fix(ct): remove zone.js from angular-ct (#8)
this is preparatory work for allowing zoneless testing
2024-06-05 21:52:04 +02:00
..
playwright fix(ct): remove zone.js from angular-ct (#8) 2024-06-05 21:52:04 +02:00
src fix(ct): angular unused file 2024-05-15 16:39:14 +02:00
tests core: remove duplicate test 2024-05-16 09:14:15 +02:00
.gitignore feat(ct): angular component testing 2024-05-07 22:29:31 +02:00
angular.json feat(ct): angular component testing 2024-05-07 22:29:31 +02:00
package.json chore: fix ci and formatting 2024-05-09 22:42:51 +02:00
playwright.config.mts chore: fix ci and formatting 2024-05-09 22:42:51 +02:00
README.md feat(ct): angular component testing 2024-05-07 22:29:31 +02:00
tsconfig.app.json feat(ct): angular component testing 2024-05-07 22:29:31 +02:00
tsconfig.json chore: fix ci and formatting 2024-05-09 22:42:51 +02:00
tsconfig.spec.json feat(ct): angular component testing 2024-05-07 22:29:31 +02:00

ct-angular

This project was generated with Angular CLI version 15.0.0.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.