angular2base icon indicating copy to clipboard operation
angular2base copied to clipboard

Demo app from my Angular Connect talk

Results 7 angular2base issues
Sort by recently updated
recently updated
newest added

1. When launch the site ... it prompted .... > We have detected that you are using the v2.x or lower authentication SDKs with a project that was created at...

Got the error when run npm run build: ERROR in ./src/app.ts Module build failed: TypeError: compiler.parseConfigFile is not a function at ensureTypeScriptInstance (/home/andrew/angularprj/angular2base/node_modules/ts-loader/index.js:147:38) at Object.loader (/home/andrew/angularprj/angular2base/node_modules/ts-loader/index.js:365:14) Any ideas?

I am trying to execute your example without success: ERROR in /Users///t/src/firebasepipe.ts (1,95): error TS2307: Cannot find module 'angular2/angular2'. ERROR in ./src/app.ts (5,49): error TS2307: Cannot find module 'angular2/angular2'. Any...

I am able to successfully authenticate via twitter and add messages to firebase db but the messages are not showing up in the html.

OS: Windows 10 Pro NPM ver: 3.5.3 Hi, So, the following error message is being generated when processing the following command, 'npm run build': 'ERROR in ./src/app.ts Module build failed:...

The app doesn't work with newer versions of Typescript

Hi, mentioned on [AngularConnect 2015](https://www.youtube.com/watch?v=RD0xYicNcaY) Template Transforms (orderBy, startAt etc) are coming. What's the state of this now? Where is an official repository for these things? Where can I look...