From 6555fb80fdd8f6a5d201efadec3189d1244830a0 Mon Sep 17 00:00:00 2001 From: Nevena Bojovic Date: Tue, 1 Mar 2022 22:05:25 +0100 Subject: Izbrisala bin, obj i node-modules. --- .../class/files/__name@dasherize____type__.spec.ts.template | 7 ------- .../angular/class/files/__name@dasherize____type__.ts.template | 2 -- 2 files changed, 9 deletions(-) delete mode 100644 sandbox/testAppNevena/Front/node_modules/@schematics/angular/class/files/__name@dasherize____type__.spec.ts.template delete mode 100644 sandbox/testAppNevena/Front/node_modules/@schematics/angular/class/files/__name@dasherize____type__.ts.template (limited to 'sandbox/testAppNevena/Front/node_modules/@schematics/angular/class/files') diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/class/files/__name@dasherize____type__.spec.ts.template b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/class/files/__name@dasherize____type__.spec.ts.template deleted file mode 100644 index 08d01001..00000000 --- a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/class/files/__name@dasherize____type__.spec.ts.template +++ /dev/null @@ -1,7 +0,0 @@ -import { <%= classify(name) %> } from './<%= dasherize(name) %><%= type %>'; - -describe('<%= classify(name) %>', () => { - it('should create an instance', () => { - expect(new <%= classify(name) %>()).toBeTruthy(); - }); -}); diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/class/files/__name@dasherize____type__.ts.template b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/class/files/__name@dasherize____type__.ts.template deleted file mode 100644 index a5a9e796..00000000 --- a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/class/files/__name@dasherize____type__.ts.template +++ /dev/null @@ -1,2 +0,0 @@ -export class <%= classify(name) %> { -} -- cgit v1.2.3