Hello,
I've been trying to access https://aviastore.aviacommerce.net to get a feel of the project since Friday but I can't seem to reach it. Would anyone know where else I could find a running demo of the project? Specially the admin dashboard portion.
Hi guys, am new to aviacommerce, having issues setting up the Frontend and backend. Could anyone help please. i have downloaded and i have installed the required node modules but running with compilation error:
ERROR in ../node_modules/ngx-bootstrap/timepicker/models/index.d.ts:2:38 - error TS2307: Cannot find module '@angular/forms/src/directives/control_value_accessor'.
2 import { ControlValueAccessor } from '@angular/forms/src/directives/control_value_accessor';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../node_modules/ngx-bootstrap/timepicker/models/index.d.ts:3:22 - error TS2307: Cannot find module '@angular/core/src/type'.
3 import { Type } from '@angular/core/src/type';
~~~~~~~~~~~~~~~~~~~~~~~~
app/core/index.ts:51:22 - error TS2339: Property 'forRoot' does not exist on type 'typeof NgProgressModule'.
51 NgProgressModule.forRoot({
~~~~~~~
app/core/index.ts:54:26 - error TS2339: Property 'forRoot' does not exist on type 'typeof NgProgressHttpModule'.
54 NgProgressHttpModule.forRoot()
~~~
Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/
i 「wdm」: Failed to compile.