(8) Total guide to Theming Angular Material Apps (Live Coding Video Tutorial) - YouTube
customizing angular material themes
Popular Posts
-
Kendo UI applying SUM in footer template kendo ui - KendoUI: Grid Summary values in Footer - Stack Overflow : ", footerTemplate:...
-
MVC grid example ASP.NET MVC Flexigrid sample - CodeProject : 'via Blog this'
-
A possible way of handling distributed transaction for multiple contexts without alleviation to MSDTC??? c# - Entity Framework - Using Trans...
Friday, November 17, 2017
Thursday, November 16, 2017
Saturday, November 11, 2017
Deploying an Angular CLI project using VSTS Build and Release - Seth Reid Blog
Step 1: Follow John Papa's steps except don't create a web config (keep it unticked)
https://johnpapa.net/deploy-angular-to-azure-vsts-angular-cli/
Step 2: add the web config based on this:
Deploying an Angular CLI project using VSTS Build and Release - Seth Reid Blog:
e.g. in the root folder of the app:
'via Blog this'
https://johnpapa.net/deploy-angular-to-azure-vsts-angular-cli/
Step 2: add the web config based on this:
Deploying an Angular CLI project using VSTS Build and Release - Seth Reid Blog:
e.g. in the root folder of the app:
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="AngularJS Routes" stopProcessing="true">
<match url=".*" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="/" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
'via Blog this'
Wednesday, November 8, 2017
Tuesday, November 7, 2017
Thursday, November 2, 2017
Wednesday, November 1, 2017
Angular fire auth
https://coursetro.com/posts/code/32/Create-a-Full-Angular-Authentication-System-with-Firebase
Subscribe to:
Posts (Atom)