-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module Parsed Error in angular 15 #1013
Comments
Hello @asadakkhan, could you please provide a minimal repository where we can reproduce the problem? The info you include in your message isn´t enough for us to figure out the real origin of the error. Thank you! |
import { ChangeDetectorRef, Component } from '@angular/core'; // import MathType from '@wiris/mathtype-ckeditor5'; @component({
) Congratulations on setting up CKEditor 5! 🎉\n\n You've successfully created a CKEditor 5 project. This powerful text editor will enhance your application, enabling rich text editing\n capabilities that are customizable and easy to use.\n \nWhat's next?\n
\n Keep experimenting, and don't hesitate to push the boundaries of what you can achieve with CKEditor 5. Your feedback is invaluable to us\n as we strive to improve and evolve. Happy editing!\n \nHelpful resources\n
Need help?\n\n See this text, but the editor is not starting up? Check the browser's console for clues and guidance. It may be related to an incorrect\n license key if you use premium features or another feature-related requirement. If you cannot make it work, file a GitHub issue, and we\n will help as soon as possible!\n \n',link: { addTargetToExternalLinks: true, defaultProtocol: 'https://', decorators: { toggleDownloadable: { mode: 'manual', label: 'Downloadable', attributes: { download: 'file' } } } }, list: { properties: { styles: true, startIndex: true, reversed: true } }, placeholder: 'Type or paste your content here!', table: { contentToolbar: ['tableColumn', 'tableRow', 'mergeTableCells', 'tableProperties', 'tableCellProperties'] } };
} |
/node_modules/@wiris/mathtype-html-integration-devkit/styles/icons/general/close_icon.svg:1:0 - Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| <svg
| xmlns:dc="http://purl.org/dc/elements/1.1/"
./node_modules/@wiris/mathtype-html-integration-devkit/styles/icons/general/fulls_icon.svg:1:0 - Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| <svg
| xmlns:dc="http://purl.org/dc/elements/1.1/"
./node_modules/@wiris/mathtype-html-integration-devkit/styles/icons/general/max_icon.svg:1:0 - Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| <svg
| xmlns:dc="http://purl.org/dc/elements/1.1/"
./node_modules/@wiris/mathtype-html-integration-devkit/styles/icons/general/min_icon.svg:1:0 - Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| <svg
| xmlns:dc="http://purl.org/dc/elements/1.1/"
./node_modules/@wiris/mathtype-html-integration-devkit/styles/icons/general/mins_icon.svg:1:0 - Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| <svg
| xmlns:dc="http://purl.org/dc/elements/1.1/"
./node_modules/@wiris/mathtype-html-integration-devkit/styles/icons/general/warn_icon.svg:1:0 - Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|
|
./node_modules/@wiris/mathtype-html-integration-devkit/styles/icons/hover/close_icon_h.svg:1:0 - Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| <svg
| xmlns:dc="http://purl.org/dc/elements/1.1/"
./node_modules/@wiris/mathtype-html-integration-devkit/styles/icons/hover/fulls_icon_h.svg:1:0 - Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| <svg
| xmlns:dc="http://purl.org/dc/elements/1.1/"
./node_modules/@wiris/mathtype-html-integration-devkit/styles/icons/hover/max_icon_h.svg:1:0 - Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| <svg
| xmlns:dc="http://purl.org/dc/elements/1.1/"
./node_modules/@wiris/mathtype-html-integration-devkit/styles/icons/hover/min_icon_h.svg:1:0 - Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| <svg
| xmlns:dc="http://purl.org/dc/elements/1.1/"
./node_modules/@wiris/mathtype-html-integration-devkit/styles/icons/hover/mins_icon_h.svg:1:0 - Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| <svg
| xmlns:dc="http://purl.org/dc/elements/1.1/"
./node_modules/@wiris/mathtype-html-integration-devkit/styles/styles.css:1:0 - Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
The text was updated successfully, but these errors were encountered: