[AngularJS] Re: Angular 6 Timestamp

2018-08-31 Thread Sander Elias
Hi Sabrina, You mean something like this ? Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this

[AngularJS] Re: Hi Every one how we can compare the AngularJS ( 1.x) and Angular(2+) Performance by chrome dev tool or any other method ?

2018-08-31 Thread Sander Elias
Hi Acharya, 1. Build the same application for both AngularJS and Angular. 2. use the chrome performance tools to measure the performance of the crucial parts. 3. share with the rest of the world. In most cases, Angular will be faster as AngularJS but as usual YMMV. Regards Sander -- You

[AngularJS] Angular 6 Timestamp

2018-08-31 Thread Sabrina Tesla
Hi all, hope you guys are doing well. I would like to build a simple Angular 6 app that provides a db entry with a timestamp (of the logged user). I've gotten somewhere, I must have searched the entire web, but could not find an appropriate solution for a simple challenge. What I'd like to

[AngularJS] Re: Changing a Components Template without Subclassing

2018-08-31 Thread Zlatko Đurić
The problem here is that your template is not present at runtime. Angular Compiler takes metadata and your typescript code, and creates their internal representation of all the stuff. Basically, decorations are moved to something like CompiledComponent.annotations = { template: '...', ... }.

[AngularJS] Re: How to display a build number in my App

2018-08-31 Thread Zlatko Đurić
Sure, several ways! You can have a small node script that creates your appropriate *environment.ts* on build time. Something like with templating. Or, e.g. create a *version.json* on build time next to the env, and have your app load from there on start - basically the same idea just slower.

[AngularJS] Hi Every one how we can compare the AngularJS ( 1.x) and Angular(2+) Performance by chrome dev tool or any other method ?

2018-08-31 Thread ACHARYA ANIL KUMAR
Hi Every one how we can compare the AngularJS ( 1.x) and Angular(2+) Performance by chrome dev tool or any other method ? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving