1: import { NgModule } from '@angular/core';
2: import { BrowserModule } from '@angular/platform-browser';
3: import { AppComponent } from './app.component';
4: @NgModule({
5: imports: [ BrowserModule ],
6: declarations: [ AppComponent ],
7: bootstrap: [ AppComponent ]
8: })
9: export class AppModule { }
Tuesday, 28 March 2017
New post
Subscribe to:
Post Comments (Atom)
Bevereages
Types of Beverages Fermented - yeast reacts with sugar to convert into ethyl alcohol & CO2. 4-14% Wine (red, white & rose), Cider ...
-
Service.js app.service('personservice', function () { var people = [{ id: 1, name: 'rishi', age: 32 }, { id: 2, name...
-
using (var client = new HttpClient()) { client.BaseAddress = new Uri("Your URL"); client.DefaultRequestHeaders.Accept.Clear...
-
Agile Principle Agile Principle helps to deliver small set of functionality with each iterations. Each iteration helps in evolving more pr...
No comments:
Post a Comment