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. --- .../other-files/app.component.ts.template | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 sandbox/testAppNevena/Front/node_modules/@schematics/angular/application/other-files/app.component.ts.template (limited to 'sandbox/testAppNevena/Front/node_modules/@schematics/angular/application/other-files/app.component.ts.template') diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/application/other-files/app.component.ts.template b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/application/other-files/app.component.ts.template deleted file mode 100644 index 8407fe8a..00000000 --- a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/application/other-files/app.component.ts.template +++ /dev/null @@ -1,36 +0,0 @@ -import { Component } from '@angular/core'; - -@Component({ - selector: '<%= selector %>',<% if(inlineTemplate) { %> - template: ` - -
-

- Welcome to {{title}}! -

- {{ title }} app is running! - Angular Logo -
-

Here are some links to help you start:

- - <% if (routing) { - %><% - } %> - `,<% } else { %> - templateUrl: './app.component.html',<% } if(inlineStyle) { %> - styles: []<% } else { %> - styleUrls: ['./app.component.<%= style %>']<% } %> -}) -export class AppComponent { - title = '<%= name %>'; -} -- cgit v1.2.3