mtrutledge

Results 42 comments of mtrutledge

I am not familiar with Angular, are there usually large changes between version 5 & 6, etc? We can start with Angular 5 and we can just change the text...

Yeah I would just start with Angular 5 :) > On Aug 1, 2018, at 3:43 PM, nvisionative wrote: > > Okay, the quick explanation is this. AngularJS = Angular...

I have not been able to start this item. Any help would be appreciated.

Great suggestion @ralphwilliams

In the SPA template, there is currently a RouteConfig.cs file and a DataController.cs file that registers an API endpoint. However, there are not any CRUD examples at the moment. There...

I will take a look at this. > On May 14, 2019, at 6:33 PM, Mark Chambers wrote: > > Describe the bug > > I get an error when...

I do believe the version of the Dlls is set through the package.json configuration via a gulp task that updates the Assembly Info. So if the manifest is not being...

It will be hard to strike a balance. There may have to be some gulp tasks that are run optionally. If someone uses the npm version command then there should...

Looking at nvQuickTheme their gulp build tasks also manage the information in the manifest file

After some discussions, we are going to change the packageInstall and packageSource to pull the version from the manifest file. Then we are going to add a manifest task that...