SimonTestNet/SimonTest

0.11.0 - Unexpected token / in JSON at position 2698

Closed this issue · 1 comments

SimonTest: 0.11.0

Getting this error for all my component. I deleted code until it was super basic and still got errors :)

import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'xc-blah',
  templateUrl: './blah.component.html',
  styleUrls: ['./blah.component.scss'],
})
export class BlahComponent implements OnInit {

  constructor() {}

  ngOnInit() { }
}

I believe this is fixed, or at least it works for me now :) Closing