This repository has been archived by the owner on May 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(added-license-context-color): added license context color, some b…
…ug fixes
- Loading branch information
Showing
10 changed files
with
198 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import {ActivatedRoute, ParamMap} from '@angular/router'; | ||
import { ActivatedRoute, ParamMap } from '@angular/router'; | ||
|
||
@Component({ | ||
selector: 'f8-app', | ||
templateUrl: './app.component.html' | ||
selector: 'f8-app', | ||
templateUrl: './app.component.html' | ||
}) | ||
|
||
export class AppComponent implements OnInit { | ||
public stackUrl: string = 'https://recommender.api.openshift.io/api/v1/stack-analyses/9f9a8e4c026c4f6590ed42149c97995d'; | ||
public stackUrl: string = | ||
'https://recommender.api.openshift.io/api/v1/stack-analyses/421249d9e1e5464cbf3e77dde4941463'; | ||
|
||
constructor() {} | ||
ngOnInit(): void { | ||
console.log('Inside ngInit'); | ||
} | ||
constructor() {} | ||
ngOnInit(): void { | ||
console.log('Inside ngInit'); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.