-
**Describe the bug**
When I install a programme with npm like :
`npm install -g `
It failed. I've got an error forbidden :
```
npm ERR! code EACCES
npm ERR! syscall mkdir
npm ERR! path /n…
-
```bash
cd generator-ngx-rocket
npm link
cd ~/my-addon
npm link
ngx list
# no addon here.
```
Workaround:
```bash
cd generator-ngx-rocket
cd generators
ln -s ~/myaddon/generators/app …
-
If you copy-paste the link in a browser:
https://ngx-rocket.com/home
this gives a 404 github page. While going to https://ngx-rocket.com is fine (it strangely redirects to https://ngx-rocket.co…
-
## The devDependency [@ngx-rocket/scripts](https://github.com/ngx-rocket/scripts) was updated from `3.0.1` to `3.0.2`.
🚨 [View failing branch](https://github.com/AnthonyNahas/my-page/compare/dev...A…
-
I had the occasion to talk with the creator of [JHipster](https://www.jhipster.tech) recently, and it seemed a good idea to integrate ngX-Rocket as a [JHipster module](https://github.com/jhipster/gene…
-
## please see below code snippest
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { TranslateModule } from '@ngx-translate/core';
import { Flex…
-
Once https://github.com/ngx-rocket/generator-ngx-rocket/issues/230 has landed, we should also consider support for [App Shell](https://developers.google.com/web/fundamentals/architecture/app-shell) as…
-
## I'm submitting a...
- [ ] Bug report
- [X] Feature request
- [X] Documentation issue or request
- [X] Question
## Current behavior
I have integrated OIDC client from [damienbod/an…
-
Similar to how React Native allows specific files to be selected for iOS/Android:
https://reactnative.dev/docs/platform-specific-code#platform-specific-extensions
I would like to add a feature t…
-
~~I just saw https://codelabs.developers.google.com while searching for an open platform to create codelabs, and though that it would be great to create ngX-Rocket step-by-step codelabs.~~
Here are…