2016-06-23 12:47:54 -04:00
|
|
|
/**
|
|
|
|
* @license
|
|
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
*/
|
|
|
|
|
2016-04-28 20:50:03 -04:00
|
|
|
import {Component} from '@angular/core';
|
2016-03-09 17:55:27 -05:00
|
|
|
|
2016-06-08 19:38:52 -04:00
|
|
|
@Component({styles: <any>('foo'), template: ''})
|
2016-03-09 17:55:27 -05:00
|
|
|
export class MalformedStylesComponent {
|
|
|
|
}
|