
Bridge angular and .net using the angular.net configuration tool to automate development environment setup. Configure debugging, production builds, PWA support, and workspace management with git-hooks and project exports.
Bridge Angular and .NET with the Angular.Net configuration tool, an abstraction layer that automates development environment setup, Angular builds (production and PWA), and git-hooks automation in the Angular workspace.
Master the debug vs release abstraction for Angular apps, using git workflow, and switchable desktop and phone release builds via Startup.cs, release.html, and the Angular.Net configuration tool.
Explore using git hooks with NodeJS and TypeScript, locate and install pre-commit and pre-push scripts, and debug git hook automation integrated with the git commit workflow.
Automate the Angular release build using a pre-commit git hook and NodeJS, integrating with the Angular.Net configuration tool to trigger builds before commits.
Automate Angular release build with the Angular.Net configuration tool, including transpiling TypeScript, embedding images and fonts, and enabling production mode via pre-commit Git hooks for cache-busting and service worker integration.
Explore a before build hook by using the task runner to perform an Angular release build, capture and display versions from package.json, including Google Maps, via an ApiVersions class.
Learn how to securely pass server parameters using .NET core dependency injection and appsettings, keeping secrets like connection strings on the server and injecting them into controllers.
Hello! My name is David Donovan. Welcome to this ProMatrix course titled, “Angular: Overcoming Common Obstacles”.
This course is a reduced set of videos, and it covers specifically the topic of overcoming common obstacles when integrating with ASP.Net Core, using Visual Studio. In order to develop applications effectively, you will need to overcome many obstacles. This course should put it altogether for you to be able to use Visual Studio to integrate Angular and ASP.Net Core.
If you only want to learn how to overcome common obstacles when creating web applications with Angular and ASP.Net Core, then you’ve come to the right place.
However, if you would like to learn the whole subject, about how to integrate Angular with ASP.Net Core, then I suggest you scoot on over to the full blown course titled “Angular and ASP.Net Core Integration”.
I’d like to take this opportunity to share some of the obstacles that you will be faced with when integrating Angular with ASP.Net Core. Many are the same that you will face integrating any modern client-side framework, but most are specific to Angular. Please keep in mind that the key is automation. As a Microsoft developer, we expect to stay within the Integrated Development Environment, and consider it less productive if we have a need to drop down to the command line, or merge files manually, or make changes depending on the configuration we are in, Debug or Release. Let’s overcome any obstacles that will compete for our attention. Shall we?