/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
extensions/rich_text_components/richTextComponentsRequires.ts
50 строк
2 KB
Mohit Ruwatia
[GSoC 2025] M2.1 - Fix part of #19851: Created Workedexample rich text editor component (#22964)
25 июл 2025, 07:30
Не верифицирован
25 июл 2025, 07:30
36e8419
Код
Авторство
О чём код?
// Copyright 2019 The Oppia Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS-IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. /** * @fileoverview Requires for all the RTC directives. */ require( 'rich_text_components/Collapsible/directives/' + 'oppia-noninteractive-collapsible.component.ts' ); require( 'rich_text_components/Image/directives/' + 'oppia-noninteractive-image.component.ts' ); require( 'rich_text_components/Link/directives/' + 'oppia-noninteractive-link.component.ts' ); require( 'rich_text_components/Math/directives/' + 'oppia-noninteractive-math.component.ts' ); require( 'rich_text_components/Skillreview/directives/' + 'oppia-noninteractive-skillreview.component.ts' ); require( 'rich_text_components/Tabs/directives/' + 'oppia-noninteractive-tabs.component.ts' ); require( 'rich_text_components/Video/directives/' + 'oppia-noninteractive-video.component.ts' ); require( 'rich_text_components/Workedexample/directives/' + 'oppia-noninteractive-workedexample.component.ts' );