You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Day002-AngularApp.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,10 @@ error NG8001: 'app-hello' is not a known element:
58
58
`@usageNotes` — The set of selectors that are available to a template include those declared here, and those that are exported from imported NgModules.
59
59
Declarables must belong to exactly one module. The compiler emits an error if you try to declare the same class in more than one module. Be careful not to declare a class that is imported from another module.
60
60
61
-
Yeah, chính là nó đó, giờ chỉ việc thêm HelloComponent vào đó là xong.
61
+
Yeah, chính là nó đó, giờ chỉ việc import component lên đầu và thêm HelloComponent vào declarations là xong.
0 commit comments