Categories
5G Network
Agile
Amazon EC2
Android
Angular
Ansible
Arduino
Artificial Intelligence
Augmented Reality
AWS
Azure
Big Data
Blockchain
BootStrap
Cache Teachniques
Cassandra
Commercial Insurance
C#
C++
Cloud
CD
CI
Cyber Security
Data Handling
Data using R
Data Science
DBMS
Design-Pattern
DevOps
ECMAScript
Fortify
Ethical Hacking
Framework
GIT
GIT Slack
Gradle
Hadoop
HBase
HDFS
Hibernate
Hive
HTML
Image Processing
IOT
JavaScript
Java
Jenkins
Jira
JUnit
Kibana
Linux
Machine Learning
MangoDB
MVC
NGINX
Onsen UI
Oracle
PHP
Python
QTP
R Language
Regression Analysis
React JS
Robotic
Salesforce
SAP
Selenium
Service Discovery
Service Now
SOAP UI
Spark SQL
Testing
TOGAF
Research Method
Virtual Reality
Vue.js
Home
Recent Q&A
Feedback
Ask a Question
Explain the usage of {{}} in Angular?
Home
>
Angular
>
Explain the usage of {{}} in Angular?
Nov 24, 2019
in
Angular
Q: Explain the usage of {{}}?
#angular
1
Answer
0
votes
Nov 24, 2019
The set of brackets {{}} when used with an HTML tag, represent data from a component. For example, on a HTML page which has <h1>{{variableName}}</h1>, here the ‘variableName’ is actually typescript (component) data representing its value on the template; i.e., HTML. This entire concept is called String Interpolation.
Angular 6 Components are the most simple Data building particuler block of a web UI in Angular 6 web applications and it some Data controls views (HTML/CSS).
ng g component login
D:\Angular\DemoApp>ng g component login
login.component.html
login.component.spec.ts
login.component.ts
login.component.css
app.module.ts
Click here to read more about Angular JS
Click here to read more about Insurance
Facebook
Twitter
LinkedIn
Related questions
0
votes
Q: What is the latest version of Angular and what are the key features of it?
Sep 21, 2020
in
Angular
#angular
0
votes
Q: How to update your current Angular version to version 10?
Sep 21, 2020
in
Angular
#angular
0
votes
Q: Which Compiler does use by Angular 9 version?
Sep 21, 2020
in
Angular
#angular
+1
vote
Q: Explain the process of digest cycle in Angular?
Jan 15, 2020
in
Angular
#angular-digest-cycle
0
votes
Q: Could you explain the concept of templates in Angular?
Jan 6, 2020
in
Angular
#angular-templates
0
votes
Q: Can you explain the concept of scope hierarchy in Angular?
Jan 6, 2020
in
Angular
#concept-scope
...