angular Angular Universal: real app problems Angular Universal is an open-source project that extends the functionality of @angular/platform-server. The project makes server-side rendering possible in Angular. This article will discuss the issues and possible solutions we encountered while developing a real application with Angular Universal.
angular How to stop being afraid and create your own Angular CLI Builder Angular CLI v8.0.0 brought us a stable CLI Builders API, which allows you to customize, replace, or even create new CLI commands. Maybe make your own? Challenge Accepted!