scrimba
Build Your First Angular app
Course Overview
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

AboutCommentsNotes
Course Overview
Expand for more info
src
assets
styles.css
run
preview
console
html {
overflow-y: scroll;
overflow-x: hidden;
}

main {
position: relative;
padding-top: 55px;
}

/* Ensure display:flex and others don't override a [hidden] */
[hidden] { display: none !important; }

footer {
margin-top: 15px;
}

th {
cursor: pointer;
}

td {
width:33%;
}

.app-title {
line-height:50px;
font-size:20px;
color: white;
}

thead {
background-color: #efefef;
}
Console
"Angular is running in the development mode. Call enableProdMode() to enable the production mode."
,
customers
-2:22