Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Angular 5 #53

Open
Shakell opened this issue Apr 23, 2018 · 6 comments
Open

Angular 5 #53

Shakell opened this issue Apr 23, 2018 · 6 comments

Comments

@Shakell
Copy link

Shakell commented Apr 23, 2018

Hello I want to integrate nix-quill-editor to my angular 5 project, and I import the module to my app.module.ts, the browser has a error which is
Error: Unexpected value 'undefined' imported by the module 'AppModule'

The code is
`import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';

import { AppComponent } from './app.component';

import { QuillEditorModule } from 'ngx-quill-editor';

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

Anyone knows the reason? Thank you.

@prasanna-sasne
Copy link

I'm also facing same issue.Can anyone found any solution for this??

@FabriqueNumerique
Copy link

Same issue with Angular6, any clue ?

@HTShin
Copy link

HTShin commented Jul 18, 2018

index.ts is missing from the TypeScript compilation

with angular 5

@bonjourclaudio
Copy link

Same with Angular 5 here

@dancornilov
Copy link

Anybody know how fix it?

@JacobSamro
Copy link

Try this solution : #31

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants