From the course: SharePoint Framework for Developers: 5 SPFx and Angular

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

An architecture mismatch

An architecture mismatch

From the course: SharePoint Framework for Developers: 5 SPFx and Angular

Start my 1-month free trial

An architecture mismatch

- [Narrator] An architecture mismatch. A mismatch between Angular CLI, or Angular and Sharepoint framework. Let me explain. So, you're going to use Angular CLI. If you're using Angular, you don't want to give up Angular CLI because it just gives you way too much advantage. You don't want to rebuild this really complex and high tech wheel all over again, do you? So Angular CLI. At a very basic level, it is a project generator that allows you to generate some code. And this code comes with a lot of support and best practices. Things like tests, upgrades, debug, package, ship, modification, all of that. But essentially it's a project generator. Isn't it? What about the Sharepoint framework Yeoman Generator? Well that's also a project generator and they have their own way of thinking of building, deploying, shipping. They've built support for all of that in there as well. They use something called GOP. Both of these are project generators that generate projects. What's the issue? The…

Contents