Get Full Year with Javascript
Using on copyright
<div class="footer">
<p>
Copyright ©
| Created by
Using on copyright
<div class="footer">
<p>
Copyright ©
| Created by
@Component({ | |
selector: 'app-visit-rangle', | |
template: ` | |
<button | |
type="button" | |
(click)="goTopage()"> | |
Visit Rangle | |
</button> | |
` | |
}) |
import { Component, OnInit } from '@angular/core'; | |
@Component({ | |
selector: 'app-header-accessibility', | |
templateUrl: './header-accessibility.component.html', | |
styleUrls: ['./header-accessibility.component.scss'] | |
}) | |
export class HeaderAccessibilityComponent implements OnInit { | |
//Default and reset font size |
Run the following code in your browser console to find out who is at fault:
let width = document.documentElement.offsetWidth;
[].forEach.call(
document.querySelectorAll('*'),
function(el) {
Add this in a footer
<div class="footer py-4">
<div class="container-fluid">
<p>
Copyright ©
Camila Alves Fotografia | Criado por