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
[kasir@kasir task-tracker-traversy-media]$ ng add @angular/material
Skipping installation: Package already installed
? Choose a prebuilt theme name, or "custom" for a custom theme: Purple/Green [ Preview:
https://material.angular.io?theme=purple-green ]
? Set up global Angular Material typography styles? Yes
? Include the Angular animations module? Include and enable animations
UPDATE package.json (1905 bytes)
✔ Packages installed successfully.
Could not read Angular module file: /src/@app/app.module.ts
Uh oh!
There was an error while loading. Please reload this page.
Oh hi there! 😄
🐞 Bug report
Command (mark with an
x
)Is this a regression?
IDK but I guess it won't be working at all
🔬 Minimal Reproduction & Description
Add this in
tsconfig.json
:"paths":{ "@app/*": ["src/app/*"] }
and then in themain.ts
I imported like this.🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
#11499
Temporary nutty as a fruitcake solution
Remove the config from

tsconfig.json
The text was updated successfully, but these errors were encountered: