chore: bump deps & remove forkts from angular

This commit is contained in:
Igor Randjelovic
2021-03-01 23:14:40 +01:00
committed by Nathan Walker
parent ed48487702
commit 8b3350a4da
3 changed files with 24 additions and 21 deletions

View File

@@ -8,7 +8,7 @@ BREAKING CHANGES:
For example (given we have a `src` directory where our app is):
`"main": "app.js"` becomes `"main": "src/app.js"`
`"main": "app.js"` becomes `"main": "src/app.js"` **OR** `"main": "src/app.ts"` (whether using JS or TS)
This simplifies things, and will allow ctrl/cmd + clicking on the filename in some editors.