feat(aot): aot compilation work in progress

This commit is contained in:
Dmitry Nehaychik 2017-01-09 11:37:57 +03:00 committed by Alexander Zhukov
parent 24fe588b42
commit d89d176e54
117 changed files with 866 additions and 1041 deletions

View file

@ -1,10 +1,10 @@
import {Component, ElementRef} from '@angular/core';
import {GoogleMapsLoader} from './googleMaps.loader';
import * as GoogleMapsLoader from 'google-maps';
@Component({
selector: 'google-maps',
styles: [require('./googleMaps.scss')],
template: require('./googleMaps.html'),
styleUrls: ['./googleMaps.scss'],
templateUrl: './googleMaps.html',
})
export class GoogleMaps {