Skip to content

Commit

Permalink
add standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Oct 18, 2024
1 parent 07d2d8c commit 9437010
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Component, OnInit } from '@angular/core';

@Component({
selector: 'darkmode-angular',
standalone: true,
templateUrl: './darkmode-angular.component.html',
styleUrls: ['./darkmode-angular.component.scss']
})
Expand Down

0 comments on commit 9437010

Please sign in to comment.