An open API service indexing awesome lists of open source software.

https://github.com/dinbtechit/my-workspace


https://github.com/dinbtechit/my-workspace

Last synced: 11 months ago
JSON representation

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

![img_1.png](docs/img_1.png)

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

![img.png](docs/img.png)

## Issue:
1. [Not working] In `libs/common`, unable to resolve assets directory within Inline Templates:
![img_2.png](docs/img_2.png)

2. [Works] In `projects/app1` is able to resolve images:
![img_3.png](docs/img_3.png)

3. [Not working] In `projects/app2` unable to resolve assets directory within Inline Templates:
![img_4.png](docs/img_4.png)