Skip to content

Commit

Permalink
general anf motor component
Browse files Browse the repository at this point in the history
  • Loading branch information
aivs committed Mar 6, 2024
1 parent 814e388 commit 80d719c
Show file tree
Hide file tree
Showing 7 changed files with 162 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:host{
.some{
opacity: .3;
&:hover{
opacity: 1;
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { Component, Input } from '@angular/core';

import { PinConfig } from '@configurator/shared';

@Component({
selector: '[general]',
templateUrl: './general.component.svg',
styleUrls: ['./general.component.scss'],
})
export class GeneralComponent {

@Input()
public pin?: PinConfig;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
:host{
.some{
opacity: .3;
&:hover{
opacity: 1;
}
}
}
Loading

0 comments on commit 80d719c

Please sign in to comment.