Hi,
I recently purchased the light blue angular template, but I'm facing some problems with the installation via yarn and npm as well with different Angular versions (11, 12 and 13)
could you please provide a github link instead of the zip file?
here is a piece of what I got when starting the app:
Error: src/app/pages/forms/elements/elements.template.html:730:23 - error NG8002: Can't bind to 'fullscreenControl' since it isn't a known property of 'section'.
730
src/app/pages/forms/elements/elements.component.ts:10:16 10 templateUrl: './elements.template.html', ~~~~~~~~~~~~~~~~~~~~~~~~~~ Error occurs in the template of component ElementsComponent.
Error: src/app/pages/forms/elements/elements.template.html:730:51 - error NG8002: Can't bind to 'collapseControl' since it isn't a known property of 'section'.
730
src/app/pages/forms/elements/elements.component.ts:10:16 10 templateUrl: './elements.template.html', ~~~~~~~~~~~~~~~~~~~~~~~~~~ Error occurs in the template of component ElementsComponent.
Error: src/app/pages/forms/elements/elements.template.html:740:15 - error NG8001: 'ngx-slider' is not a known element: 1. If 'ngx-slider' is an Angular component, then verify that it is part of this module. 2. If 'ngx-slider' is a Web Component then add 'CUSTOMELEMENTSSCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
740
src/app/pages/forms/elements/elements.component.ts:10:16 10 templateUrl: './elements.template.html', ~~~~~~~~~~~~~~~~~~~~~~~~~~ Error occurs in the template of component ElementsComponent.
Error: src/app/pages/forms/elements/elements.template.html:740:27 - error NG8002: Can't bind to 'value' since it isn't a known property of 'ngx-slider'. 1. If 'ngx-slider' is an Angular component and it has 'value' input, then verify that it is part of this module. 2. If 'ngx-slider' is a Web Component then add 'CUSTOMELEMENTSSCHEMA' to the '@NgModule.schemas' of this component to suppress this message. 3. To allow any property add 'NOERRORSSCHEMA' to the '@NgModule.schemas' of this component.
740 <ngx-slider [value]="14" [options]="{ ~~~~~~~~~~~~
src/app/pages/forms/elements/elements.component.ts:10:16 10 templateUrl: './elements.template.html', ~~~~~~~~~~~~~~~~~~~~~~~~~~ Error occurs in the template of component ElementsComponent.