Monday, 19 February 2018

When we want to communicate from component class to template ,we can use interpolation which use the {{ expression }} to render the bound value to the component’s template. Step 1 : Create an angular 5 project  from here https://programmergangtuts.blogspot.com/2018/02/creating-first-angular-5-project.html and copy and paste the following code in src->app->app.component.ts  import...
In this article ,I will show you about nested component in angular 5. Step 1 : First create the angular 5 project https://programmergangtuts.blogspot.com/2018/02/creating-first-angular-5-project.html .Go to cmd and run as administrator->navigate to your project folder and in project folder type 'ng g c customer' .Here AngularDemo is our project which was previously...
In this article, I will explain How to create  first RESTfull  API using WCF. Step 1 :  Open visual studio and Go to File->New->Web Site Step 2 : Enter Project name and location and Hit Ok Step 3 : Right click on project WCFDemoApp->Add New Item->Add Step 4 :  Select WCF Service and Enter Hello.svc and Hit Ok Step...

Sunday, 18 February 2018

In this article, I will explain How to create first application in Asp.net MVC. Step 1: Download and install visual studio community Edition from this link which is free  https://www.visualstudio.com/downloads/  .Remember Visual studio is IDE(Integrated development Environment) Step 2 :  Open visual studio and Go to File->New ->Project Step...
Mvc is an architectural pattern that divides an application into three interconnected parts where as asp.net MVC is web application framework developed by Microsoft on the top of asp.net framework(Asp.net is part of .Net framework) for creating web applications which implements MVC(Model -View-Controller) pattern. ASP.NET Web Form was a replacement for Microsoft’s...

Saturday, 17 February 2018

Component is a class with a template (User interface) and decorator (decorator is function that is invoked with a prefixed @symbol), which have the binding logic to bind the UI and the model. We can say component is binder/view model or binding code. A component must belong to an NgModule in order for it to be usable by another component or application.Every Angular...
Powered by Blogger.

Followers

Translate

Currency Converter

Exchange Rate

Featured post

Interpolation in angular 5

When we want to communicate from component class to template ,we can use interpolation which use the { { expression }} to render the bound...

Popular Posts

My Facebook Page