Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 180 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 180 Bytes

Angular Universal using NestJS

Installation

  • Using the Angular CLI:

    $ ng add @nestjs/ng-universal
    
  • Or manually:

    $ npm i @nestjs/ng-universal