Devon Bellizio
Devon Bellizio
First off, thank you for developing this! I've been trying to wrap my head around React client vs server side rendering (w/r/t static sites) for days now and this app...
### Versions ``` Angular CLI: 1.6.1 Node: 8.9.0 OS: darwin x64 Angular: 5.1.1 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, platform-server, router @angular/cli: 1.6.1...
I get the following error when running `gulp`:
Given the following component code: ``` import { Component } from '@angular/core'; @Component({ selector: 'my-app', templateUrl: './app.component.html', styleUrls: ['./app.component.scss'] }) export class AppComponent { title = 'Angular Parcel Starter'; }...