You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm install ng-semantic --save
In my angular 2 application.
causes my project for to run anymore, there is no compilation error it just the html isn't rendered anymore.
Here is my app modules
`import { NgModule } from '@angular/core';
import { NgSemanticModule } from 'ng-semantic';
import { BrowserModule } from '@angular/platform-browser';
import { FormsModule } from '@angular/forms';
import { HttpModule } from '@angular/http';
import { AppComponent } from './app.component';
import { HomeComponent } from './home/home.component';
import { AboutComponent } from './about/about.component';
import { routing, appRoutingProviders } from './app.routing';
import { CharacterService } from './shared/character.service';
import {APP_BASE_HREF} from '@angular/common';
npm install ng-semantic --save
In my angular 2 application.
causes my project for to run anymore, there is no compilation error it just the html isn't rendered anymore.
error image link : http://imgur.com/a/8P3Ch
The text was updated successfully, but these errors were encountered: