hhubik
hhubik
@vuorinem To authenticate an Angular SPA against MS Azure B2C, I need to specify the `response_type` to be `token id_token`. This is not allowed by the type `HelloJSTokenResponseType` definition in...
@vuorinem My preference would be to replicate the entries from the "OAuth Authorization Endpoint Response Types" list. I consider "id_token token" and "token id_token" to be "functionally" identical. Therefore I...
I started running into this issue after installing the latest VS Code update: ``` Version: 1.60.0 (user setup) Commit: e7d7e9a9348e6a8cc8c03f877d39cb72e5dfb1ff Date: 2021-09-01T10:41:52.311Z Electron: 13.1.8 Chrome: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0...
> This issue seems not fixed in the latest `v0.4.7` on Windows. The extension produces the following error: `Sequence Diagrams - Failed to save PNG`
Had the same issue. Managed to solve it by replacing `"optimization": true` in `angular.json` with ```json "optimization": { "scripts": true, "styles": { "minify": true, "inlineCritical": false } ``` As suggested...
Perhaps this particular error message (selector errors) can have multiple causes, where each cause has a different fix?
@kmlbdh you are right. Thanks for the clarification. The `production configuration` of my `angular.json` looks like this ```JSON .... "configurations": { "production": { "fileReplacements": [ { "replace": "xxx/src/environments/environment.ts", "with": "xxx/src/environments/environment.prod.ts"...
@rosepro333 I have a multi-project `angular.json`. The structure is as follows: projects > Project X > architect > build > configurations > production > optimization I changed the section `optimization`...
@stevewhitmore I only use the grid from from `Bootstrap 5` (5.1.3) that I import in `styles.css` like this ```css @import '../../../node_modules/bootstrap/scss/bootstrap-reboot'; @import '../../../node_modules/bootstrap/scss/bootstrap-grid'; ``` This seems to work fine since...
This works with Angular 17: https://github.com/miccou/ngx-text-diff