DEV Community

Axel Arrieta
Axel Arrieta

Posted on

What i must learning before... TypeScript or Angular?

Well... I am a Venezuela UI/UX Designer, i get my first job recently in spain but i gotta learn Angular and i don't know where i gotta start. I have some course of FrontEnd Master but i don't know what i have to do at first

Top comments (2)

Collapse
 
hendrikras profile image
Hendrik Ras

Angular is a front-end framework. TypeScript is a programming language.
The idea of frameworks like Angular is to make web development in a programming language easier.

I would recommend getting a good grasp on the "TypeScript basics" (by googling those two keywords, you will find plenty resources to get you started) first.
Then you will find that any Angular tutorial will also further your TypeScript knowledge along the way.

Collapse
 
antoniopk profile image
Antonio Pekeljevic

JavaScript > TypeScript > Angular