Angular + TypeScript from Basic to Advanced + Live Project
$34.99 $15.99Track price
The course enables you to master front–end web development with Angular 4. It helps you gain in–depth knowledge of concepts.
This Course is compiled by Mr. Sandeep Soni, Microsoft Certified Trainer with experience over 21 years.
Mr.Sandeep has worked closely with many IT companies and helped them with their technology resources training needs. He considers this to be the best part of his profession and he enjoys the most because he gets to meet new people; get involved in the ever changing technology needs and provide them with optimum solution to the problems they face in application development. This is how he keeps himself updated with the latest technology in the industry
He is always accessible to all his students anytime for any kind of question they may have. you can send him an email your queries at sandeepsoni@deccansoft.com.
We also have a new course for Angular, named Angular7 and TypeScript – Complete course . You can go through its Curriculum and decide which course would be beneficial for you.
By the end of this course you should able to
Understand importance of Angular and its key features.
Learn about the Angular Library and MVC framework
Create Controllers and share data between Controllers
Instructor Details
Courses : 12
Specification: Angular + TypeScript from Basic to Advanced + Live Project
|
8 reviews for Angular + TypeScript from Basic to Advanced + Live Project
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $15.99 |
---|---|
Provider | |
Duration | 18.5 hours |
Level | Intermediate |
Language | English |
Certificate | Yes |
Quizzes | No |
Year | 2018 |
$34.99 $15.99
Mark Melton –
Good match for me. I am returning to TypeScript and Angular after too long an interval, and this is reviving some comatose brain cells of mine. Thanks!
Lee Sinclair –
1. Glitchy video 2. In this video; specific software for a specific operating system is used.
Pulkit Gupta –
The Course is really good, most of the important parts of Angular have been covered. The great part about the course is: Instructor talks about the best practices and principles and when and how to use each component Instructor does go in elaborate detail to cover subjects he deems important It includes a few lectures on TypeScript, which are very handy Decent pace, although I was comfortable at 1.5x A few things that I didn’t like: Was expecting a little more detail on the Unit Testing with Angular and on build tools but course covered everything with Visual Studio, which is the last tool I would use for JS development. Instructor repeats the same project setup steps in each lecture which could have saved time for something else. Instructor did not edit the videos beforehand and was debugging and correcting issues in the lessons which again could have saved time and accommodated something else. Overall, it’s a great one for Angular and those with no previous Angular experience.
Jasmin Sabanovic –
Hello, I can recommend you this course if you are a total beginner of Angular as I was. It will help you a lot, ofc after it you are supposed to learn more and more, big thanks for Sandeep Soni for providing one. .js
Georgie Payne –
Focused too heavily on things like validation which are more tributary aspects of a real world Angular app rather than showing different uses of the major elements.
Nik depressedLasagna –
TypeScript has had some changes since this class was created and the code in the video would not run with the current version of TS without modifications. The class Hello requires these changes: class Hello { FirstName!: string; LastName!: string; SayHello function (this: Hello) : string { return Hello + this.FirstName + + this.LastName; } } Thankfully it was easy to find the solution, and the video should be updated to reflect the changes. Also, although semicolons are not required in most places, it’s still best practice to use them in my opinion, and I’m not sure why semicolons were used in some places and omitted in others. Besides that, the video was good and I look forward to the rest of the course.
Senthil Muthiah –
Yes. Good so far. Looking forward for the detail
Anna Maria Accardo –
Evitare di allungare i tempi tentando di correggere gli errori di codice. Spesso si perde met della lezione per trovare l’errore