https://github.com/dinbtechit/my-workspace
https://github.com/dinbtechit/my-workspace
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dinbtechit/my-workspace
- Owner: dinbtechit
- Created: 2023-06-19T12:17:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T12:30:02.000Z (about 3 years ago)
- Last Synced: 2025-02-12T08:56:19.096Z (over 1 year ago)
- Language: TypeScript
- Size: 415 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyWorkspace
A monorepo created to demonstrate intellij IDE unable to resolve `src/assets` images within inlineTemplates.
## To Run the app
```shell
npm run start:all
```
That should bring 2 apps
### App1:
http://localhost:4200

### App2:
http://localhost:4201

## Issue:
1. [Not working] In `libs/common`, unable to resolve assets directory within Inline Templates:

2. [Works] In `projects/app1` is able to resolve images:

3. [Not working] In `projects/app2` unable to resolve assets directory within Inline Templates:
