Blas: Days 1-3

These days I spent working through Angular Javascript. Angular confused me and is still confusing me because the way they set things up in the code base uses multiple different files. A default angular website downloads code that has all the components and modules separated. This makes it so that you require a deeper understanding of the different types of languages required for these individual files. Angular uses typescript which is a language based off of Javascripts confusing language. This for me was actually harder to work with because I have to now learn typscript and how to convert my current javascript to typescript.

Leave a Reply