15 | @if (action() === 'wpt') {
16 |
20 | }
21 | @if (action() === 'pob') {
22 |
23 | }
24 | @if (action() === 'autopilot') {
25 |
31 | }
32 |
33 | `,
34 | styles: [
35 | `
36 | .mfb-container {
37 | position: absolute;
38 | bottom: 23px;
39 | right: 5px;
40 | z-index: 5000;
41 | }
42 | `
43 | ]
44 | })
45 | export class MFBContainerComponent {
46 | protected action = input