I think the cause is hte maybe the imports? I see in teh docs I should be able import directly from core but my IDE says thats the correct path. With 8.8 what is the correct path for importing the sidebar registry.
I see in the root tsconfig that core is defined but my extension cant access it
Its looking for the dist folder but I dont have one. what step did I miss?
Please check this. I think there different approaches depending upon the version.
This is for 8.8. Can you please let here know the version you are trying to build.
We can put all our extension work in an extension folder. There is no rule that each module should have a separate extension folder. This is like having a logical grouping of work that you want to build and deploy. If we want to stop or remove we can just delete the package folder of the extension work.
I have followed every step of that article you pasted.
There is no common project so what is it trying to build?
When I try build core I keep getting the error
yarn run build-dev:core
Building Angular Package
Building entry point ‘core’
Compiling with Angular sources in Ivy full compilation mode.
node_modules/apollo-angular/query-ref.d.ts:21:58 - error TS2314: Generic type ‘UpdateQueryOptions’ requires 2 type argument(s).
so I had to add “skipLibCheck”: true to the ts config to get the core to build on 8.8 this is a step in teh right direction so I can now access the dist/core