vladotesanovic / ngSemantic

Angular 2 building blocks :package: based on Semantic UI
https://ng-semantic.herokuapp.com/
MIT License
973 stars 148 forks source link

Error while installing ngSemantic via NPM #130

Open shifatul-i opened 7 years ago

shifatul-i commented 7 years ago

What am I doing wrong?

aaaa

After doing this:

// Module
import { NgModule } from "@angular/core";
import { NgSemanticModule } from "ng-semantic";

@NgModule({
    bootstrap:    [ AppComponent ],
    declarations: [ AppComponent ],
    imports:      [ BrowserModule, NgSemanticModule ]
})
export class AppModule {}

I get the following error bbbb

bakoserge commented 7 years ago

@ThunderRoid Did you fix that issue above??

shifatul-i commented 7 years ago

I moved on, didn't use ngSemantic, thanks anyway

bakoserge commented 7 years ago

cool , still trying to find a solution. ill let you know if I do

bakoserge commented 7 years ago

@ThunderRoid I tried this https://github.com/lon-yang/angular2-semantic-ui and it works great for me.