Angular Style Sheets

18 views
Skip to first unread message

foysal foysal

unread,
Apr 24, 2021, 8:47:27 AM4/24/21
to ang...@googlegroups.com
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 ?


angular.png
Reply all
Reply to author
Forward
0 new messages