-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update angular app file mappings for #2
There should be a way to do this in systemjs.config.js, but it wasn’t working well in this case. Room for improvement …
- Loading branch information
1 parent
af6e81c
commit bb46132
Showing
5 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,14 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<!-- Run angular client side --> | ||
<script>document.write('<base href="' + document.location + '" />');</script> | ||
<!-- <script>document.write('<base href="' + document.location + '" />');</script> --> | ||
<base href="http://localhost:8000/websites/patterns/taxonomy-lookup/"> | ||
<script src="https://unpkg.com/core-js/client/shim.min.js"></script> | ||
<script src="https://unpkg.com/[email protected]?main=browser"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/system.src.js"></script> | ||
<script src="taxonomy-lookup/systemjs/systemjs.config.js"></script> | ||
<script src="systemjs/systemjs.config.js"></script> | ||
<script> | ||
System.import('taxonomy-lookup/tax/src/main.ts').catch(function(err){ console.error(err); }); | ||
System.import('tax/src/main.ts').catch(function(err){ console.error(err); }); | ||
</script> | ||
<!-- END Run angular client side --> | ||
</head> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters