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
This feature is introduced in typescript 3.8 and hence in angular-cli 9.1.1.
Description
A clear and concise description of the problem...
I tried to use typescript 3.8 feature, export * as namespace. But angular cli threw an error w
🔬 Minimal Reproduction
🔥 Exception or Error
ERROR in ./src/app/features/state/internal.ts 13:9
Module parse failed: Unexpected token (13:9)
File was processed with these loaders:
* ./node_modules/@ngtools/webpack/src/index.js
You may need an additional loader to handle the result of these loaders.
> export * as addRecordState from './add-record';
| export * as auditState from './audit-log';
| export * as forwardState from './forward';
@ ./src/app/features/actions/actions.module.ts 26:0-51 47:35-50 47:66-81 76:43-58 76:74-89
@ ./src/app/admin/admin.module.ts
@ ./src/app/app-routing.module.ts
@ ./src/app/app.module.ts
@ ./src/main.ts
@ multi ./src/main.ts
🐞 Bug report
Command (mark with an
x
)Is this a regression?
This feature is introduced in typescript 3.8 and hence in angular-cli 9.1.1.Description
A clear and concise description of the problem...I tried to use typescript 3.8 feature,
export * as namespace
. But angular cli threw an error w🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: