Skip to content

Conversation

adumesny
Copy link
Member

No description provided.

@adumesny adumesny merged commit 9d740ab into gridstack:master May 21, 2023
adumesny added a commit to adumesny/gridstack.js that referenced this pull request May 21, 2023
* partial fix gridstack#2323
* we now include GridstackModule for the angular import - unfortunately the TSC export doesn't seem right format fo Ng app to include - get "not a module"
* Also include the source .ts + module (easier to copy) under gridstack/dist/ng/src

But including
import { GridstackModule } from 'gridstack/dist/ng/src/gridstack.module';
@NgModule({
  imports: [
    GridstackModule,
    ...
  ],

gives
main.ts:11 ERROR TypeError: Cannot read properties of undefined (reading 'ɵcmp')

so not clear how yet to export it...
@adumesny adumesny mentioned this pull request May 21, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant