Typescript and Javascript Flashcards
1
Q
What are modules?
A
Modules are Javascript libraries that can be included in your project
They provide a set of functions to use in your application
2
Q
What are the < > symbols used for in JavaScript?
A
3
Q
What are Decorators? [NEEDS MORE DETAIL]
A
These were added in TypeScript and are a function that modifies a class or property definition. Also known as a annotation.
(Defined by angular) Attaches metadata to classes or properties which can define what those properties mean and how they should work