Skip to content

Instantly share code, notes, and snippets.

View tisufa's full-sized avatar
💭
04 July 2023 - 23 July 2030

Titus Sutio Fanpula tisufa

💭
04 July 2023 - 23 July 2030
View GitHub Profile
@tisufa
tisufa / example.component.html
Created December 21, 2019 04:37
example.component.html
<div id="example-component">
<button class="btn btn-primary btn-sm" (click)="doOpenWorkflowPopup()">Open Popup Workflow</button>
</div>
@tisufa
tisufa / example.component.ts
Created December 21, 2019 04:35
Example Component
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
})
<div id="bluegin-sitemap"></div>
<script src="https://cdn.statically.io/gh/bluegin/sitemap/master/bluegin-sitemap-abjad/bluegin-sitemap-abjad.min.js"></script>
.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
@tisufa
tisufa / testing.js
Last active September 4, 2019 07:40
Only for testing
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;
<div id="bluegin-sitemap"></div>
<script src="https://cdn.statically.io/gh/bluegin/sitemap/master/bluegin-sitemap/bluegin-sitemap.min.js"></script>
*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: sans-serif;
}
body{
background: #e9cd00;
}
<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>
* {
padding: 0;
margin: 0;
font-family: sans-serif;
box-sizing: border-box;
}
a {
text-decoration: none;
}
<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>