Closed Sujith1715 closed 7 years ago
Are you sure this is the right repo for this?
Yes
On Fri, Feb 3, 2017 at 5:00 PM, Jesús Rodríguez notifications@github.com wrote:
Are you sure this is the right repo for this?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/preboot/angular2-webpack/issues/288#issuecomment-277226237, or mute the thread https://github.com/notifications/unsubscribe-auth/AYU1pXNAcUbgmzVC9EAtlSuw0BxivL3Fks5rYw_BgaJpZM4L2OED .
Uhm, so I don't know what to say. What I see in there is a bunch of WebForms code (which I thought it deprecated like years ago) and no Angular v2 nor webpack in there.
Going to close this because of inactivity and lack of details.
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
function test() { var element = document.querySelector("#graphDiv"); var insertSvg = function (svgCode, bindFunctions) { element.innerHTML = svgCode; bindFunctions(element); }; var graphDefinition = 'graph TB\na-->b'; var graph = mermaidAPI.render('graphDiv', graphDefinition, insertSvg); }; window.onload = test;