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
<div id="example-component"> | |
<button class="btn btn-primary btn-sm" (click)="doOpenWorkflowPopup()">Open Popup Workflow</button> | |
</div> |
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
import { Component, ViewEncapsulation } from '@angular/core'; | |
import { AppPopupWorkflowService } from 'app/core/services/app-popup/app-popup-workflow.service'; | |
import { Workflow } from 'app/core/bean/workflow'; | |
@Component({ | |
templateUrl: 'example.component.html', | |
styleUrls: ['./example.component.scss'], | |
encapsulation: ViewEncapsulation.None | |
}) |
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
<div id="bluegin-sitemap"></div> | |
<script src="https://cdn.statically.io/gh/bluegin/sitemap/master/bluegin-sitemap-abjad/bluegin-sitemap-abjad.min.js"></script> |
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
.duniacara-sitemap .sitemap-header { | |
border: 1px solid #e0e0e0; | |
display: block; | |
} | |
.duniacara-sitemap .right { | |
text-align: right; | |
padding-right: 10px; | |
font-size: 12px; | |
font-weight: 600 |
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
class Helper { | |
static set setData(data) { | |
this.data = data; | |
this.articles = this.feed.entry; | |
this.articlesTemp = this.feed.entry; | |
this.categories = this.feed.category; | |
} | |
static get feed() { | |
return this.data.feed; |
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
<div id="bluegin-sitemap"></div> | |
<script src="https://cdn.statically.io/gh/bluegin/sitemap/master/bluegin-sitemap/bluegin-sitemap.min.js"></script> |
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
*{ | |
padding: 0; | |
margin: 0; | |
box-sizing: border-box; | |
font-family: sans-serif; | |
} | |
body{ | |
background: #e9cd00; | |
} |
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
<html> | |
<head> | |
<title>CSS Desain Form Login 3</title> | |
<link rel="stylesheet" href="style.css"> | |
<!-- font awesome 4 Plugin --> | |
<link rel="stylesheet" href="plugin/fa/css/font-awesome.css"> | |
</head> | |
<body> | |
<h1 class="tengah">Clean Flat Login Form</h1> |
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
* { | |
padding: 0; | |
margin: 0; | |
font-family: sans-serif; | |
box-sizing: border-box; | |
} | |
a { | |
text-decoration: none; | |
} |
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
<html> | |
<head> | |
<title>Desain Form Login 2</title> | |
<link rel="stylesheet" href="style.css"> | |
<link rel="stylesheet" href="fa/css/font-awesome.css"> | |
</head> | |
<body> | |
<div class="konten"> | |
<div class="atas"> | |
<h2 class="judul sedang">Login</h2> |
NewerOlder