Oh lord please don't do that - it's effective only for the most simple of 
AngularJS applications.  When you start looking at the hoops you have to 
jump thru - particularly for dependency injection - you'll lose your hair.  
You could probably just reimplement the functionality in Angular directly 
much faster....if there's a service implementation for example, that code 
could be copied directly with very minor modifications into an Angular 
service......

On Tuesday, December 22, 2020 at 7:34:19 AM UTC-5 aaron...@gmail.com wrote:

> My opinion is that you should take your project and turn it into an 
> AngularJS 1.4 + Angularv11 Hybrid app. Here are some important things to 
> look at before you do that. 
>
>
>    - What is your build system? Is is Gulp, Grunt, Webpack? Learning your 
>    build will help you get away from AngularJS 1.4.x faster. This is because 
>    you need to integrate your existing build with other builds. 
>    - Learn the Angular Hybrid model approach. You need to get your app to 
>    work along side of Angular. Look at Sam Julien's course for instructions, 
>    or read Victor Savkin's book. 
>    - Once you are there, you are ready to go. 
>
> It is a long road, but you can do it. 
> On Friday, December 18, 2020 at 10:48:12 AM UTC-7 Dan Arsenault wrote:
>
>> I'm new to Angular.
>> I have inherited a project using AngularJS 1.4.4
>> It's still functional.
>>
>> Any advise going forward?
>> - Should I learn v1.4.4, then migrate to Angular?
>> - Should I scrap v1.4.4, learn Angular, then migrate?
>>
>> TIA
>> -dan
>>
>> .
>
>

-- 
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 emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/532fb920-22d4-4ae8-8560-8172c94f1f5en%40googlegroups.com.

Reply via email to