mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
fix: fix pipeline
This commit is contained in:
@@ -11,11 +11,11 @@ import { UnknownPersonComponent } from './unknown-person/unknown-person.componen
|
||||
template: `
|
||||
<unknown-person [step]="loadingPercentage()" class="relative grow" />
|
||||
<button
|
||||
class="border border-white rounded-md px-4 py-2 text-white w-fit self-center text-2xl my-3"
|
||||
class="my-3 w-fit self-center rounded-md border border-white px-4 py-2 text-2xl text-white"
|
||||
(click)="discover()">
|
||||
Discover
|
||||
</button>
|
||||
<div class="text-white p-1">Progress: {{ loadingPercentage() }}%</div>
|
||||
<div class="p-1 text-white">Progress: {{ loadingPercentage() }}%</div>
|
||||
`,
|
||||
host: {
|
||||
class: `flex flex-col h-screen w-screen bg-[#1f75c0]`,
|
||||
|
||||
Reference in New Issue
Block a user