Giter Site home page Giter Site logo

santosh0305 / angular-net Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jeremylikness/angular-net

1.0 2.0 0.0 380 KB

Angular examples using .NET Core.

License: MIT License

C# 23.73% TypeScript 45.31% JavaScript 7.88% CSS 4.66% HTML 18.41%

angular-net's Introduction

Angular with .NET

Read the related article series (includes video of a live presentation): Get started with Angular on .NET Core 2.1.

These code examples demonstrate various ways Angular integrates with .NET Core. Read the full documentation for the .NET Core Angular template.

static-app

This is a statically generated Angular site that can be statically hosted as part of any web server. As a demo, I used the new static website hosting in Azure blob storage.

Run:

ng serve --open

Build to deploy:

ng build --prod

core-api

This is a .NET Core Web API project that serves a REST endpoint for computing iterations of the bifurcation equation:

f(x)=r*x*(1.0-x)

It is used with the static web example to draw a bifurcation diagram.

Bifurcation diagram

fnapp

This is an alternate endpoint for the bifurcation API using serverless Azure Functions. Open in Visual Studio or Visual Studio Code to run using the cross-platform functions host.

ng-hosted

This app is self-contained Angular and .NET Core in the same solution. It is also easy to deploy directly to Azure App Service or containerize and deploy to Azure App Service for Linux.

ng-ssr

The same as ng-hosted but with server-side rendering turned on so the initial render is delivered without waiting for the client. The easiest way to see this in action is to set a breakpoint at the top of main.ts to see the server platform before it is overwritten by the client refresh.

angular-net's People

Contributors

jeremylikness avatar

Stargazers

Santosh Nanduri avatar

Watchers

James Cloos avatar Santosh Nanduri avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.