feat(rc6): update to rc6

This commit is contained in:
nixa 2016-09-19 14:30:30 +03:00
parent 80a15536a5
commit 3ff5c51f1a
54 changed files with 187 additions and 193 deletions

View file

@ -3,8 +3,6 @@ import {GoogleMapsLoader} from './googleMaps.loader';
@Component({
selector: 'google-maps',
pipes: [],
providers: [],
styles: [require('./googleMaps.scss')],
template: require('./googleMaps.html'),
})