Load svg of the keyboard layout

This commit is contained in:
József Farkas
2016-04-10 18:22:50 +02:00
parent cf1f979c8a
commit df3ae6c918
2 changed files with 14 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
import { Injectable } from 'angular2/core';
@Injectable()
export class DataProviderService {
constructor() { }
getBaseLayer(): any {
return require('xml!../../images/base-layer.svg').svg;
}
}