scss #todoapp-角NGRX

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss #todoapp-角NGRX相关的知识,希望对你有一定的参考价值。

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

以上是关于scss #todoapp-角NGRX的主要内容,如果未能解决你的问题,请参考以下文章

typescript #todoapp-角NGRX

typescript #todoapp-角NGRX

scss 1#todoapp-angular-ngrx

html 1#todoapp-angular-ngrx

html 2#todoapp-angular-ngrx

html 3#todoapp-angular-ngrx