6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
|
// Ignore me, needed to support Angular 2 Dart.
|
||
|
|
||
|
export function getFactoryById(id: string) {
|
||
|
return null;
|
||
|
}
|