This repository was archived by the owner on Aug 7, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit 42b0c0b
refactor(angular): provide mainPath instead of entryModule to ng compiler plugin (#633)
The entryModule path can differ depending on what kind of project you're
using - mobile or web+mobile. While the best solution is to get the
mainPath from angular.json, not all {N} projects have that file. We'll
stick to the standard for web and web+mobile location - `appPath/main.ts`.
**Note** - We'll have to update {N} schematics to reflect this change.1 parent 4036a27 commit 42b0c0b
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
227 | - | ||
227 | + | ||
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
|
0 commit comments