Angular vocabulary

If you're still not on the bandwagon for using Angular yet, the learning curve can be steep.  One of the things that comes with any new framework is the vocabulary involved.  So here is a list of the terms you will need to get familiar with.  One of the go-to resources to start is angular.io

Component
Module
Service
Template 
Route








No comments:

Post a Comment

Add appsettings.json to .NET 6 Console App

  When you start a new .NET 6 Console app, you will have little more than what you see here.   If one wants to use the json configuration fi...