Get me outta here!

Friday, May 17, 2024

Angular Basics

Intro•    package.json•     (list of dependencies)•    package-lock.json•     (details list of that dependencies)•    angular.json•     (map everything here: assets, scripts etc)•    tsconfig.json•     (typescript configuration file)•    polyfills.ts•     (compatibility file) Components•   ...