angular-contents
angular-contents copied to clipboard
Angular 5 Table of Contents that follows you while you scroll down
Ran examples which seemed to work. Let me know if there is anything that needs to be fixed if you decide to merge
Hello, I use your lib since now 1 year (very nice lib) and with the last version you posted on npm (7.0.0: 3 years ago) there were many conflits with...
Error: ./node_modules/angular-contents/src/contents-link.directive.ts Module build failed (from ./node_modules/@ngtools/webpack/src/index.js): Error: /Users/arc/Documents/web_Dev2/ex/ang-toc-npm/node_modules/angular-contents/src/contents-link.directive.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property. The...
npm WARN [email protected] requires a peer of @angular/common@^7.0.0 but none is installed. You must install peer dependencies yourself. npm WARN [email protected] requires a peer of @angular/core@^7.0.0 but none is installed....
hi, I am getting the following error: `node_modules/angular-contents/src/index.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property. The missing...
I have the following code: ``` {{ thing.name }} ``` but it gives me the `Expression has changed after it was checked` error - I have narrowed down the cause...