This project was generated with Angular CLI version 19.0.0-next.6.
- Start the project
$ npm run start
- Open the browser and navigate to
http://localhost:4200/
There are no errors in the console.
- Navigate to
http://localhost:4200/bar/foo
(You can click the "Bar/Foo" button)
There are still no errors in the console.
- Quit the dev server (press
q<enter>
,ctrl-c
is currently broken). - Start the dev server again
$ npm run start
When the page in the browser reloads, you will see the following in the console:
Watch mode enabled. Watching for file changes...
NOTE: Raw file sizes do not reflect development server per-request transformations.
➜ Local: http://localhost:4200/
➜ press h + enter to show help
10:36:18 AM [vite] Pre-transform error: Failed to load url /bar/polyfills.js (resolved id: /bar/polyfills.js). Does the file exist?
10:36:18 AM [vite] Pre-transform error: Failed to load url /bar/main.js (resolved id: /bar/main.js). Does the file exist?