We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba6b7c commit 4dedeb9Copy full SHA for 4dedeb9
README.md
@@ -1,4 +1,16 @@
1
-ExampleAngularApplication
+ng-annotate
2
=========================
3
4
-An example Angular application
+
5
+# Annotation colors
6
7
+Main annotation class is `.ng-annotation`
8
+An annotation is extended by adding a type class to `.ng-annotation`.
9
+Available type classes are
10
11
+ .red - Sets background to red, color to white and border-color to red.
12
+ .green - Sets background to green, color to white and border-color to green.
13
+ .blue - Sets background to blue, color to white and border-color to blue.
14
+ .pink - Sets background to pink, color to white and border-color to pink.
15
+ .yellow - Sets background to yellow, color to black and border-color to yellow.
16
0 commit comments