Struggling to set up my angular 2 app with Firebase for deployment using gulp. I need help bootstrapping the app and populating the dist folder.
Tech: Angular 2, typescript, Firebase.
Here's what I have so far:
This is my index file:
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
...
<!-- HTML content removed for brevity -->
</head>;
<body id="container">
<app></app>
</body>
</html>
And here's my gulp file for creating the build:
'use strict';
// Gulp task configurations removed for brevity
Below is how my boot.ts file looks like:
// Content of boot.ts file not included for brevity
Finally, this is a snippet from my app.ts file::
// App functionality code omitted for clarity
Encountering an error during deployment: