app.component.ts
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
name: String = "Jenny";
}
app.component.html
<h2>
Hello, I am {{name}}!
I am {{3*5+10}} years old.
</h2>
- angular - How to create function
- angular - Display value using interpolation
- angular - Interpolation string concatenation
- angular - Interpolation JavaScript property
- angular bootstrap - Rating hover event
- angular bootstrap - Readonly & editable Rating
- angular bootstrap - How to show Toast message
- angular bootstrap - Progressbar maximum value
- angular bootstrap - How to show striped Progressbar
- angular bootstrap - Light & dark Progressbar
- angular bootstrap - How to use Popover
- angular bootstrap - Open Popover on mouse hover
- angular bootstrap - Open close Popover on button click
- angular bootstrap - Popover custom CSS class
- angular bootstrap - Popover shown & hidden event