Update angular @21 (#2965)

This commit is contained in:
Pavlo Tkach
2026-02-24 20:08:27 +00:00
committed by GitHub
parent 929dccbfe3
commit 49df9c325a
53 changed files with 4272 additions and 7637 deletions
@@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
import { CommonModule } from '@angular/common';
import {
Component,
effect,
@@ -43,7 +42,7 @@ export const columns = [
selector: 'app-users-list',
templateUrl: './usersList.component.html',
styleUrls: ['./usersList.component.scss'],
imports: [MaterialModule, CommonModule],
imports: [MaterialModule],
providers: [],
})
export class UsersListComponent {