blob: 0a284a630f9564dde8c3acd189e98a941c283d82 [file]
// SystemJS boilerplate/entry point TEMPLATE for code-split rollup_bundle.
// GENERATED BY Bazel
(function(global) {
System.config({
packages: {
'': {map: TMPL_entry_points, defaultExtension: 'js'},
}
});
System.import('TMPL_main_entry_point').catch(function(err) {
console.error(err);
});
})(this);