Added polyfill

This commit is contained in:
Sebastian Seedorf
2020-11-15 00:18:23 +01:00
parent 6189b95b6e
commit fc47d6ec26
11 changed files with 887 additions and 34 deletions

View File

@@ -4,3 +4,4 @@ export {Logger, HttpLogger} from './logging';
export {setupAuthProxy} from './auth-proxy';
export {Resolvable, WaitForSync} from './helpers/resolvable';
export {getReloadRouter} from './auto-reload';
export {polyfillRoute} from './polyfill';