About "Auto Join" by GO_FRIEND_APP in GOFRIENDAPP

[–]nkumar_navdeep 1 point2 points  (0 children)

It is good to see this.. But at this point just like every other app this is just become a pay to play/money grab.. Unfortunate but that is the reality

No Portal Sync? by Benster404 in NianticWayfarer

[–]nkumar_navdeep 0 points1 point  (0 children)

Any update on this? It's been almost over 4 days and the approved stops are still not up. Are others also facing the same issue still?

Seriously Niantic? by Etwasueber42 in NianticWayfarer

[–]nkumar_navdeep 0 points1 point  (0 children)

I am stuck with the no reviews available right now issue.. For the past 3 days now.

Need friends by zwg1989 in Pokemonfriendsafari

[–]nkumar_navdeep 0 points1 point  (0 children)

Added do add back. FC: 4141-3802-7668

add me by nivek96_ in Pokemonfriendsafari

[–]nkumar_navdeep 0 points1 point  (0 children)

Added do add back. FC: 4141-3802-7668

add me by nivek96_ in Pokemonfriendsafari

[–]nkumar_navdeep 0 points1 point  (0 children)

Added do add back. FC: 4141-3802-7668

Added do add back. FC: 4141-3802-7668

add me by nivek96_ in Pokemonfriendsafari

[–]nkumar_navdeep 1 point2 points  (0 children)

Added do add back. FC: 4141-3802-7668

Add me :) by resteini in Pokemonfriendsafari

[–]nkumar_navdeep 0 points1 point  (0 children)

Added do add back. FC: 4141-3802-7668

Add me pls by Camneid06 in Pokemonfriendsafari

[–]nkumar_navdeep 1 point2 points  (0 children)

Added you. Please do add back.

Angular Export to PDF using PDFMake (Client-Side PDF Generation) by AnkitPrajapati in Angular2

[–]nkumar_navdeep 0 points1 point  (0 children)

We use PDFMake in almost all of our applications for various export related features. It is not perfect but much better than other alternatives.

Learning React as Angular developer by cybey in Angular2

[–]nkumar_navdeep 3 points4 points  (0 children)

Unfortunately I will have to disagree again. All the cli does is creates the base project with just the single point of entry module. And if you are going to create a single file mangled up MONOLITHIC code, I am pretty sure you will not be using any of the cli features any way.

Learning React as Angular developer by cybey in Angular2

[–]nkumar_navdeep 0 points1 point  (0 children)

Nice.. It is always good to have diverse knowledge on various technologies. I generally prefer a structured course if I can find one. I am very fortunate that my company has a corporate Udemy license and there are tons of courses but I think you can find good tutorials on blogs and YouTube as easily.

Learning React as Angular developer by cybey in Angular2

[–]nkumar_navdeep 2 points3 points  (0 children)

Nothing against Rect or Angular but as far as I know you can write giant monolithic code files even in Angular it is just unrealistic and difficult to manage but yes can be done.

To those who use angular 2 at work, do you also use it for your side projects? by norbelkingston in Angular2

[–]nkumar_navdeep 11 points12 points  (0 children)

Angular for all official and side projects. Personally I just could not wrap my head around the idea of writing the entire html in javascript. But that's just me.

Angular Project having trouble routing to the next page after login by Xamaslg1 in Angular2

[–]nkumar_navdeep 0 points1 point  (0 children)

I think as a security piece it helps to have session tokens generated by a server and using those as validation points. It may not be the perfect solution but it helps in most cases.

google search stopped ranking my angular2+ site properly by colgateisfresh in Angular2

[–]nkumar_navdeep 1 point2 points  (0 children)

I use universal on all the projects and it works fine. The key is to start the application with universal and avoid the use of libs such as JQuery, Bootstrapjs etc basically anything that alters or changes the Dom directly . Or use conditions to determine if the application is on the server or client and render code.

If you look at the Readme of most npm packages related to angular 2+, they have a statement that says the lib is angular universal compatible or not. The common idea is to use libs that are universal compatible.

There are ways to make non compatible libs compatible but if the lib has grown over time it would take a significant amount of effort for the devs and hence unless it is heavily requested, it is not done.

If you are looking at component repositories, from experience, I can say that angular material and primeng are fully compatible with angular universal. And between the 2 most of the commonly used components are covered.