From a084a81779b5a38440f5d7f15e4d2beace6a32f9 Mon Sep 17 00:00:00 2001 From: Sonja Galovic Date: Sat, 12 Mar 2022 22:26:55 +0100 Subject: Komponenta za ucitavanje i prikaz csv fajla v3; dodat material.module.ts --- frontend/package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'frontend/package.json') diff --git a/frontend/package.json b/frontend/package.json index e8180256..9ba60188 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -6,16 +6,19 @@ "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", - "test": "ng test" + "test": "ng test", + "postinstall": "ngcc" }, "private": true, "dependencies": { "@angular/animations": "~13.2.0", + "@angular/cdk": "^13.2.6", "@angular/common": "~13.2.0", "@angular/compiler": "~13.2.0", "@angular/core": "~13.2.0", "@angular/forms": "~13.2.0", "@angular/localize": "~13.2.0", + "@angular/material": "^13.2.6", "@angular/platform-browser": "~13.2.0", "@angular/platform-browser-dynamic": "~13.2.0", "@angular/router": "~13.2.0", @@ -44,4 +47,4 @@ "karma-jasmine-html-reporter": "~1.7.0", "typescript": "~4.5.2" } -} +} \ No newline at end of file -- cgit v1.2.3