Skip to content

Commit

Permalink
Merge pull request #343 from cobbler/fix/remove-app-module
Browse files Browse the repository at this point in the history
Remove app.module.ts
  • Loading branch information
SchoolGuy authored Nov 1, 2024
2 parents 78f3a38 + 0ece0df commit 366507b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 119 deletions.
44 changes: 22 additions & 22 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
API-Client:
- changed-files:
- any-glob-to-any-file:
- projects/cobbler-api/*
- projects/cobbler-api/**/*
- changed-files:
- any-glob-to-any-file:
- projects/cobbler-api/*
- projects/cobbler-api/**/*

Frontend:
- changed-files:
- any-glob-to-any-file:
- projects/cobbler-frontend/*
- projects/cobbler-frontend/**/*
- changed-files:
- any-glob-to-any-file:
- projects/cobbler-frontend/*
- projects/cobbler-frontend/**/*

TS-XMLRPC:
- changed-files:
- any-glob-to-any-file:
- projects/typescript-xmlrpc/*
- projects/typescript-xmlrpc/**/*
- changed-files:
- any-glob-to-any-file:
- projects/typescript-xmlrpc/*
- projects/typescript-xmlrpc/**/*

documentation:
- changed-files:
- any-glob-to-any-file:
- docs-additional/*
- docs-additional/**/*
- changed-files:
- any-glob-to-any-file:
- docs-additional/*
- docs-additional/**/*

tests:
- changed-files:
- any-glob-to-any-file: "*.spec.ts"
- changed-files:
- any-glob-to-any-file: "*.spec.ts"

dependencies:
- changed-files:
- any-glob-to-any-file:
- package.json
- package-lock.json
- changed-files:
- any-glob-to-any-file:
- package.json
- package-lock.json
97 changes: 0 additions & 97 deletions projects/cobbler-frontend/src/app/app.module.ts

This file was deleted.

0 comments on commit 366507b

Please sign in to comment.