isolatedModules support
Closed this issue · 1 comments
strigefleur commented
What problem does this feature solve?
Typescript 5.5 (since Angular 18.1) allows using isolatedModules supposedly giving some build performance.
Enabling isolatedModules
in project with ng-zorro-antd
atm results in errors.
X [ERROR] TS6053: File '.../node_modules/ng-zorro-antd/icon/public-api.ngtypecheck.d.ts' not found. [plugin angular-compiler]
node_modules/ng-zorro-antd/icon/public-api.d.ts:5:21:
5 │ /// <reference path="public-api.ngtypecheck.d.ts" />
Actually it's enabled by default with ts > 5.5
What does the proposed API look like?
-