- PEM file containing private key from AWS server.
- A domain to server
- GIT Bash (In Window, can't use command line tool or powershell).
Steps:
<custom-message> | |
<span slot="emoji">👋</span> | |
<span slot="message">A very important message!</span> | |
</custom-message> |
<template> | |
<style> | |
:host { | |
display: block; | |
contain: content; | |
border: 1px solid rgba(255, 0, 0, .8); | |
background-color: rgba(255, 0, 0, .4); | |
border-radius: 4px; | |
box-shadow: 0 0 10px rgba(128, 100, 38, 0.34); | |
font-family: sans-serif; |
RouterModule.forRoot(routes) |
Guide to connect and deploy AWS Server
What should we need?
Steps: Step 1: Connect to server: In Window, open GIT Bash and run: ssh -i [Direction to PEM File] [using either root, ubuntu or ec2-user, centos]@[server domain]
var Hls = require('hls.js'); | |
module.exports = ['$sce', function ($sce) { | |
return { | |
restrict: 'E', | |
scope: { | |
thumbnail: '@', | |
streamingSrc: '@', | |
fallbacks: '<', |
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width"> | |
<!-- endbuild --> | |
</head> | |
<body> |
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width"> | |
<!-- endbuild --> | |
</head> | |
<body> |
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width"> | |
<!-- endbuild --> | |
</head> | |
<body> |