Skip to content

Commit a92e77c

Browse files
add aliases for apps
1 parent 6246c1c commit a92e77c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,12 @@ npx nx generate @nrwl/angular:lib ui --directory=libs/ui;npx nx generate @nrwl/a
9696

9797
Accept the default options.
9898

99+
### Add aliases
100+
101+
Add aliases for apps to paths in tsconfig.base.json.
102+
103+
```
104+
"@angular-mfe-nx/app-two/*": ["apps/app-two/src/app/*"],
105+
"@angular-mfe-nx/ui": ["libs/ui/src/index.ts"]
106+
```
107+

0 commit comments

Comments
 (0)