I created a new project using `ng new hello-world`.

After running the project using `ng serve` I am getting below source code
from browser.

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HelloWorld</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.css"></head>
<body>
<app-root></app-root>
<script src="runtime.js" defer></script><script src="polyfills.js"
defer></script><script src="vendor.js" defer></script><script src="main.js"
defer></script></body>
</html>



How `<link rel="stylesheet" href="styles.css">` added here ?

How can I remove it ?

What should I do if I need to add another Style sheet like this one ?

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/CADZ-%3DM5QX%2BWQKgHCCop4HOyvzNEREBgtcwgg6XzdBffBWfYKFQ%40mail.gmail.com.

Reply via email to