universal-starter
universal-starter copied to clipboard
Angular 9 Universal repo with many features
All of the examples I see for setting meta tags involve static strings / hard-coded meta tags. Is it possible to dynamically set meta tags ( title, description ) based...
In Angular 7 Universal, I was able to add 3rd party scripts using postscribe (without any special settings). Now I am trying to use postscribe in Angular 9 Universal project...
https://github.com/Angular-RU/angular-universal-starter/blob/d0b4b2a05a9d32c52562cf364261669bffde873c/server.ts#L61 The above code can cause express error `Error: Can't set headers after they are sent to the client` in some cases. I think next() was still called even after...
how to add absolute path for scss files? I had changed in angular.json file also is not working "assets": [ "src/assets", **"src/styles",** "src/favicon.ico", "src/robots.txt", "src/manifest.json" ],
May be it need be if (validator) { validators.push(validator); } https://github.com/Angular-RU/angular-universal-starter/blob/009da2061deda7e649db4d9dfac09e1a33cf8b45/src/app/shared/services/form.service.ts#L34
Dependency "@nguniversal/common": "9.0.0" included in [@nguniversal/express-engine](https://www.npmjs.com/package/@nguniversal/express-engine) and because web can remove it from [package.json](https://github.com/Angular-RU/angular-universal-starter/blob/master/package.json)
I run npm run build:universal, it builds Ok with status successful. But I see there is a command ```npm run generate:prerender``` It logs: ``` node prerender.js state undefined action {...
Any ideas of how to fix this: ERROR { Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'static/back' Error: Cannot match any routes. URL Segment: 'static/back' Got...
The scenario: - I want to use custom pipes in other modules - Pipes import and export in SharedModule => other modules can not found pipes since we import SharedModule.forRoot()...
Bumps [jszip](https://github.com/Stuk/jszip) from 3.2.2 to 3.10.1. Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate the time spent maintaining JSZip then I would really appreciate your...