UNPKG

angular-base-starter

Version:

Angular starter based on @ngrx/store & Redux

16 lines 365 B
<!doctype html> <html lang="utf-8"> <head> <title>Angular2 Base</title> <link rel="icon" href="assets/images/favicon.ico"/> <base href="/"> <script src="dlls/vendor.js"></script> <script src="/polyfills.js"></script> </head> <body> <base-app> Loading.... </base-app> <script src="/app.js"></script> </body> </html>