Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/swc/cli-0.1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG authored Jan 11, 2024
2 parents 95d94eb + 7657fb6 commit 1baf04e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = function (config) {
// the possible options are listed at https://jasmine.github.io/api/edge/Configuration.html
// for example, you can disable the random execution with `random: false`
// or set a specific seed with `seed: 4321`
random: false
},
clearContext: false // leave Jasmine Spec Runner output visible in browser
},
Expand Down
Empty file removed src/app/app.component.scss
Empty file.
3 changes: 1 addition & 2 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { Component } from '@angular/core'
@Component({
selector: 'tm-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
templateUrl: './app.component.html'
})
export class AppComponent {
title = 'theme-mgmt'
Expand Down

0 comments on commit 1baf04e

Please sign in to comment.