[AngularJS] Re: Refusing to install angularfire2 as a dependency of itself

2017-01-20 Thread Augusto Carvalho
You are right I changed the project´s name and worked fine!! Sorry! I'm really dumb It's so embarrassing to me! :o( Many thanks! Em sexta-feira, 20 de janeiro de 2017 03:33:44 UTC-2, Sander Elias escreveu: > > Hi, > > I think your clue is here: > npm ERR! Refusing to install angularfire2 as

[AngularJS] Re: Problem to upgrade angular 1.x to angular2

2017-01-20 Thread Kyle Thomas
Also add this in your index.html -- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post to this group, send email to

[AngularJS] Re: Problem to upgrade angular 1.x to angular2

2017-01-20 Thread Kyle Thomas
I've stripped out a lot of code but here is an example that I got to work: main.ts import { UpgradeAdapter } from '@angular/upgrade'; import { AppModule } from './app.module'; let upgradeAdapter = new UpgradeAdapter(AppModule); angular.module('myApp') .directive( 'administration',

Re: [AngularJS] Injecting header token with all REST API calls in Angular2

2017-01-20 Thread Kyle Thomas
Check out this tutorial/blog: http://jasonwatmore.com/post/2016/08/16/angular-2-jwt-authentication-example-tutorial On Fri, Jan 20, 2017 at 2:36 PM, Anil Mathew wrote: > Hi, > >I am using Angular2 and I am trying to find a way to send some header > to the server

[AngularJS] Problem to upgrade angular 1.x to angular2

2017-01-20 Thread Javier Montalvo
Good afternoon, I have a problem I'm migrating an app angular1 to angular2, for now I follow the tutorial on the official website all loads perfect but the drawback is when you merge angular 1 and 2 with the module ngUpgrade. In the 1 app I do not use ng-app for initial use: angular.bootstrap

[AngularJS] Injecting header token with all REST API calls in Angular2

2017-01-20 Thread Anil Mathew
Hi, I am using Angular2 and I am trying to find a way to send some header to the server for every REST API call? I am trying to avoid writing code to set the header for each API call though. Can anyone please help me how to do this? Thanks -- You received this message because you

[AngularJS] Angular2 + Material Design Layout issues

2017-01-20 Thread Kyle Thomas
When I start separating my layout components (header, banner, sidnav, etc) angular 2 wraps them in a new div Doesn't work: SidenavComponent => selector: 'app-sidenav' displays in the browser as: ... Works: Take the code out of the component template and just put it within the DIV of

[AngularJS] Re: CONNECT SEPARATE ANGULAR CONTROLLERS FILE TO MY APP LOGIC FILE - 01.19.17

2017-01-20 Thread Nageswar Rao Kakolla
I guess you might not be including files properly as which could be trivial issue and while breaking the file into multiple files, it is done incorrectly. I would do the steps again with care. ..Nag On Thursday, 19 January 2017 17:33:15 UTC-5, mrjap1 wrote: > > > Hello there!! > > I have an

[AngularJS] Component with color shading

2017-01-20 Thread Arun Nair
In angular2 how can I make a component like ? -- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post to this group, send

[AngularJS] ng-keypress events with nvda screenreader

2017-01-20 Thread Saikrishnam Nadimpalli
Hi, I have Hello The keypress event works fine in FireFox but when used in FireFox with NVDA browser the events are not fired. Any help is much appreciated. Why does NVDA block my events Thanks Sai -- You received this message because you are subscribed to the Google Groups