Benjamin Legrand

Results 3 comments of Benjamin Legrand

i'm having the same issue, it seems the default project cannot be detected anymore. using the `--project` argument fixes it : ``` ng new i18n-transloco-test cd i18n-transloco-test ng add @ngneat/transloco...

[getProject](https://github.com/ngneat/transloco/blob/master/libs/transloco-schematics/src/utils/projects.ts#L31) method relies on the `defaultProject` attribute, which has been deprecated : https://github.com/angular/angular-cli/blob/main/CHANGELOG.md#angularcli-8 > The `defaultProject` workspace option has been deprecated. The project to use will be determined from the...

I proposed a pull-request to implement this recommendation : https://github.com/angular/angular-cli/issues/23470#issuecomment-1172240384