angular-fullpage
angular-fullpage copied to clipboard
Update to angular 9
Thanks for that @obsd !
One question tho, it seems you are removing the polyfills.ts file but then you keep including it on tsconfig.app.json. Is that correct?
"files": [
"test.ts", "main.ts",
"**/*.spec.ts" "polyfills.ts"
],
Thanks for that @obsd ! One question tho, it seems you are removing the polyfills.ts file but then you keep including it on
tsconfig.app.json. Is that correct?"files": [ "test.ts", "main.ts", "**/*.spec.ts" "polyfills.ts" ],
The remove is angular auto-upgrade, so probably we should remove it from ts config as well, do you want me to do it?
That'd be great thanks! ;)