A
A
Andrey Astafiev2016-03-06 18:46:59
Angular
Andrey Astafiev, 2016-03-06 18:46:59

How to change css property of a class in angular?

Need to change the color of the class? How can I do this using only Angular?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Arthur, 2016-03-06
@astralo

Angular has a built-in implementation of jquery, so you can do this
either
well or

angulat.element('body').append('<style> .class{ color: #333; } </style>');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question