akveo / ngx-admin

Customizable admin dashboard template based on Angular 10+
https://akveo.github.io/ngx-admin/
MIT License
25.12k stars 7.94k forks source link

starter-kit branch does not compile #5731

Open mikol4j opened 3 years ago

mikol4j commented 3 years ago

Issue type

I'm submitting a ... (check one with "x")

Issue description

Current behavior: code does not compile at all on branch starter-kit

Expected behavior:

Steps to reproduce:

just download fresh version of code and try to run it Related code:

Failed to compile.

src/app/@core/utils/ripple.service.ts:2:37 - error TS2307: Cannot find module '@angular/material/core'.

2 import { RippleGlobalOptions } from '@angular/material/core';
                                      ~~~~~~~~~~~~~~~~~~~~~~~~
src/app/@theme/theme.module.ts:3:33 - error TS2307: Cannot find module '@angular/material/core'.

3 import { MatRippleModule } from '@angular/material/core';
seyfer commented 7 months ago

it is very outdated, this is why